Searched refs:compareUTF8 (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h217 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
H A Dcoll.cpp519 UCollationResult Collator::compareUTF8(const StringPiece &source, function in class:Collator
986 return compareUTF8(
H A Drulebasedcollator.cpp743 RuleBasedCollator::compareUTF8(const StringPiece &left, const StringPiece &right, function in class:RuleBasedCollator
1159 result = CollationFastLatin::compareUTF8(data->fastLatinTable,
1167 result = CollationFastLatin::compareUTF8(data->fastLatinTable,
H A Dcollationfastlatin.cpp115 // Keep compareUTF16() and compareUTF8() in sync very closely!
448 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, function in class:CollationFastLatin
451 // Keep compareUTF16() and compareUTF8() in sync very closely!
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h475 virtual UCollationResult compareUTF8(const StringPiece &source,
H A Dtblcoll.h343 virtual UCollationResult compareUTF8(const StringPiece &source,
/external/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp578 // 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().
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp312 UCollationResult order = coll->compareUTF8(fffd, illegal, errorCode);
314 errln("compareUTF8(U+FFFD, string %d with illegal UTF-8)=%d != UCOL_EQUAL",
1628 order = coll->compareUTF8(prevUTF8, sUTF8, errorCode);
1631 errln("line %d Collator(%s).compareUTF8(previous, current) wrong order: %d != %d (%s)",
1639 order = coll->compareUTF8(sUTF8, prevUTF8, errorCode);
1642 errln("line %d Collator(%s).compareUTF8(current, previous) wrong order: %d != %d (%s)",
H A Dapicoll.cpp113 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");

Completed in 391 milliseconds