Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx221 sal_Int32 nHashCode2 = rtl_str_hashCode( aStr2.getStr() ); in TEST_F() local
223 ASSERT_TRUE(nHashCode1 == nHashCode2) << "hashcodes must be equal."; in TEST_F()
232 sal_Int32 nHashCode2 = rtl_str_hashCode( aStr2.getStr() ); in TEST_F() local
234 ASSERT_TRUE(nHashCode1 != nHashCode2) << "hashcodes must differ."; in TEST_F()

Completed in 13 milliseconds