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

  /external/chromium_org/third_party/libaddressinput/chromium/
string_compare.cc 32 int result = collator_->compareUTF8(a, b, error_code);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 501 virtual UCollationResult compareUTF8(const StringPiece &source,
    [all...]
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 215 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
coll.cpp 516 UCollationResult Collator::compareUTF8(const StringPiece &source,
997 return compareUTF8(
rulebasedcollator.cpp 738 RuleBasedCollator::compareUTF8(const StringPiece &left, const StringPiece &right,
    [all...]
collationfastlatin.cpp 97 // Keep compareUTF16() and compareUTF8() in sync very closely!
431 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
434 // Keep compareUTF16() and compareUTF8() in sync very closely!
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 478 virtual UCollationResult compareUTF8(const StringPiece &source,
    [all...]
tblcoll.h 340 virtual UCollationResult compareUTF8(const StringPiece &source,
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 303 UCollationResult order = coll->compareUTF8(fffd, illegal, errorCode);
305 errln("compareUTF8(U+FFFD, string %d with illegal UTF-8)=%d != UCOL_EQUAL",
    [all...]
apicoll.cpp 113 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 574 // Test case taking a single test data array, calling Collator::compareUTF8 by permuting the test data
606 // call compareUTF8 for all permutations
628 cmp += coll->compareUTF8(src, tgt, *status);
644 // Test case taking two test data arrays, calling Collator::compareUTF8 for strings at a same index
689 coll->compareUTF8(src, tgt, *status);
849 return cc.coll.compareUTF8(leftString, rightString, errorCode);
902 // Test case sorting an array of UTF-8 StringPiece's with Collator::compareUTF8().
986 // with Collator::compareUTF8().
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 447 UCollationResult Collator::compareUTF8(const StringPiece &source,
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 145 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
    [all...]

Completed in 657 milliseconds