Home | History | Annotate | Download | only in intltest

Lines Matching full:hash

498     doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
499 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
500 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
516 doAssert(sortk1.hashCode() != sortk2.hashCode(), "Hash test1 result incorrect");
517 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );