Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds