Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java90 CollationKey sortkNew; in TestCollationKey() local
91 sortkNew = sortk1; in TestCollationKey()
94 doAssert((sortk1.equals(sortkNew)), "The sort keys assignment failed"); in TestCollationKey()
95 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java87 CollationKey sortkNew; in TestCollationKey() local
88 sortkNew = sortk1; in TestCollationKey()
91 doAssert((sortk1.equals(sortkNew)), "The sort keys assignment failed"); in TestCollationKey()
92 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp564 CollationKey sortk3(sortk2), sortkNew; in TestCollationKey() local
566 sortkNew = sortk1; in TestCollationKey()
570 doAssert((sortk1 == sortkNew), "The sort keys assignment failed"); in TestCollationKey()
571 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
572 doAssert((sortkNew != sortk3), "The sort keys should be different"); in TestCollationKey()