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

  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 516 CollationKey sortk1, sortk2, sortk3; local
521 col3->getCollationKey(test2, sortk3, status);
524 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
571 CollationKey sortk3(sortk2), sortkNew, sortkEmpty;
577 doAssert((sortk2 == sortk3), "The sort keys should be the same");
580 doAssert((sortkNew != sortk3), "The sort keys should be different");
581 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
582 doAssert(sortk2.compareTo(sortk3) == Collator::EQUAL, "Result should be \"abcda\" == \"abcda\"");
586 doAssert(sortk1.compareTo(sortk3, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
587 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"")
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 476 CollationKey sortk1, sortk2, sortk3; local
481 col3->getCollationKey(test2, sortk3, status);
484 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
558 CollationKey sortk3(sortk2), sortkNew;
563 doAssert((sortk2 == sortk3), "The sort keys should be the same");
566 doAssert((sortkNew != sortk3), "The sort keys should be different");
567 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
568 doAssert(sortk2.compareTo(sortk3) == Collator::EQUAL, "Result should be \"abcda\" == \"abcda\"");
572 doAssert(sortk1.compareTo(sortk3, success) == UCOL_GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
573 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"")
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 1000 uint8_t *sortk1 = NULL, *sortk2 = NULL, *sortk3 = NULL, *sortkEmpty = NULL; local
1145 uint8_t *sortk1, *sortk2, *sortk3; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 1052 uint8_t *sortk1 = NULL, *sortk2 = NULL, *sortk3 = NULL, *sortkEmpty = NULL; local
1197 uint8_t *sortk1, *sortk2, *sortk3; local
    [all...]

Completed in 1838 milliseconds