Searched refs:nHashCode1 (Results 1 – 1 of 1) sorted by relevance
218 sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); in TEST_F() local223 ASSERT_TRUE(nHashCode1 == nHashCode2) << "hashcodes must be equal."; in TEST_F()229 sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); in TEST_F() local234 ASSERT_TRUE(nHashCode1 != nHashCode2) << "hashcodes must differ."; in TEST_F()
Completed in 14 milliseconds