/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/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/icu4c/test/cintltst/ |
capitst.c | 1074 uint8_t *sortk1 = NULL, *sortk2 = NULL, *sortk3 = NULL, *sortkEmpty = NULL; local 1219 uint8_t *sortk1, *sortk2, *sortk3; local [all...] |
/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...] |