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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 217 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
coll.cpp 528 UCollationResult Collator::compareUTF8(const StringPiece &source,
995 return compareUTF8(
rulebasedcollator.cpp 743 RuleBasedCollator::compareUTF8(const StringPiece &left, const StringPiece &right,
    [all...]
collationfastlatin.cpp 115 // Keep compareUTF16() and compareUTF8() in sync very closely!
448 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
451 // Keep compareUTF16() and compareUTF8() in sync very closely!
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 475 virtual UCollationResult compareUTF8(const StringPiece &source,
    [all...]
tblcoll.h 343 virtual UCollationResult compareUTF8(const StringPiece &source,
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 578 // Test case taking a single test data array, calling Collator::compareUTF8 by permuting the test data
610 // call compareUTF8 for all permutations
632 cmp += coll->compareUTF8(src, tgt, *status);
648 // Test case taking two test data arrays, calling Collator::compareUTF8 for strings at a same index
693 coll->compareUTF8(src, tgt, *status);
853 return cc.coll.compareUTF8(leftString, rightString, errorCode);
906 // Test case sorting an array of UTF-8 StringPiece's with Collator::compareUTF8().
990 // with Collator::compareUTF8().
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 310 UCollationResult order = coll->compareUTF8(fffd, illegal, errorCode);
312 errln("compareUTF8(pair %d: U+FFFD, illegal UTF-8)=%d != UCOL_EQUAL",
    [all...]
apicoll.cpp 107 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 399 milliseconds