Home
last modified time | relevance | path

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

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

Completed in 140 milliseconds