Searched refs:nHashCode1 (Results 1 – 1 of 1) sorted by relevance
258 sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); in hashCode_002() local263 CPPUNIT_ASSERT_MESSAGE("hashcodes must be equal.", nHashCode1 == nHashCode2 ); in hashCode_002()269 sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); in hashCode_003() local274 CPPUNIT_ASSERT_MESSAGE("hashcodes must differ.", nHashCode1 != nHashCode2 ); in hashCode_003()
Completed in 20 milliseconds