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

  /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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 516 CollationKey sortk1, sortk2, sortk3; local
520 col3->getCollationKey(test2, sortk2, status);
523 doAssert(sortk1.hashCode() != sortk2.hashCode(), "Hash test1 result incorrect");
524 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
546 CollationKey sortk1, sortk2; local
567 doAssert((sortk1.compareTo(col->getCollationKey(test2, sortk2, key2Status)))
571 CollationKey sortk3(sortk2), sortkNew, sortkEmpty;
575 doAssert((sortk1 != sortk2), "The sort keys should be different");
576 doAssert((sortk1.hashCode() != sortk2.hashCode()), "sort key hashCode() failed");
577 doAssert((sortk2 == sortk3), "The sort keys should be the same")
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 476 CollationKey sortk1, sortk2, sortk3; local
480 col3->getCollationKey(test2, sortk2, status);
483 doAssert(sortk1.hashCode() != sortk2.hashCode(), "Hash test1 result incorrect");
484 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
506 CollationKey sortk1, sortk2; local
554 doAssert((sortk1.compareTo(col->getCollationKey(test2, sortk2, key2Status)))
558 CollationKey sortk3(sortk2), sortkNew;
561 doAssert((sortk1 != sortk2), "The sort keys should be different");
562 doAssert((sortk1.hashCode() != sortk2.hashCode()), "sort key hashCode() failed");
563 doAssert((sortk2 == sortk3), "The sort keys should be the same")
    [all...]

Completed in 2515 milliseconds