HomeSort by relevance Sort by last modified time
    Searched full:sortk3 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
apicoll.cpp 525 CollationKey sortk1, sortk2, sortk3; local
530 col3->getCollationKey(test2, sortk3, status);
533 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
580 CollationKey sortk3(sortk2), sortkNew, sortkEmpty;
586 doAssert((sortk2 == sortk3), "The sort keys should be the same");
589 doAssert((sortkNew != sortk3), "The sort keys should be different");
590 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
591 doAssert(sortk2.compareTo(sortk3) == Collator::EQUAL, "Result should be \"abcda\" == \"abcda\"");
595 doAssert(sortk1.compareTo(sortk3, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
596 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"")
    [all...]