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.java85 CollationKey sortkNew; in TestCollationKey() local
86 sortkNew = sortk1; in TestCollationKey()
89 doAssert((sortk1.equals(sortkNew)), "The sort keys assignment failed"); in TestCollationKey()
90 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.java84 CollationKey sortkNew; in TestCollationKey() local
85 sortkNew = sortk1; in TestCollationKey()
88 doAssert((sortk1.equals(sortkNew)), "The sort keys assignment failed"); in TestCollationKey()
89 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp547 CollationKey sortk3(sortk2), sortkNew; in TestCollationKey() local
549 sortkNew = sortk1; in TestCollationKey()
553 doAssert((sortk1 == sortkNew), "The sort keys assignment failed"); in TestCollationKey()
554 doAssert((sortk1.hashCode() == sortkNew.hashCode()), "sort key hashCode() failed"); in TestCollationKey()
555 doAssert((sortkNew != sortk3), "The sort keys should be different"); in TestCollationKey()