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