Home
last modified time | relevance | path

Searched refs:nHashCode1 (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx258 sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); in hashCode_002() local
263 CPPUNIT_ASSERT_MESSAGE("hashcodes must be equal.", nHashCode1 == nHashCode2 ); in hashCode_002()
269 sal_Int32 nHashCode1 = rtl_str_hashCode( aStr1.getStr() ); in hashCode_003() local
274 CPPUNIT_ASSERT_MESSAGE("hashcodes must differ.", nHashCode1 != nHashCode2 ); in hashCode_003()

Completed in 25 milliseconds