Home
last modified time | relevance | path

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

/third_party/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.cpp526 UCollationResult Collator::compareUTF8(const StringPiece &source, in compareUTF8() function in Collator
993 return compareUTF8( in internalCompareUTF8()
H A Drulebasedcollator.cpp744 RuleBasedCollator::compareUTF8(const StringPiece &left, const StringPiece &right, in compareUTF8() function in RuleBasedCollator
1160 result = CollationFastLatin::compareUTF8(data->fastLatinTable, in doCompare()
1168 result = CollationFastLatin::compareUTF8(data->fastLatinTable, in doCompare()
H A Dcollationfastlatin.cpp115 // Keep compareUTF16() and compareUTF8() in sync very closely! in compareUTF16()
448 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, in compareUTF8() function in CollationFastLatin
451 // Keep compareUTF16() and compareUTF8() in sync very closely! in compareUTF8()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.h217 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
H A Dcoll.cpp527 UCollationResult Collator::compareUTF8(const StringPiece &source, in compareUTF8() function in Collator
995 return compareUTF8( in internalCompareUTF8()
H A Drulebasedcollator.cpp746 RuleBasedCollator::compareUTF8(const StringPiece &left, const StringPiece &right, in compareUTF8() function in RuleBasedCollator
1162 result = CollationFastLatin::compareUTF8(data->fastLatinTable, in doCompare()
1170 result = CollationFastLatin::compareUTF8(data->fastLatinTable, in doCompare()
H A Dcollationfastlatin.cpp115 // Keep compareUTF16() and compareUTF8() in sync very closely! in compareUTF16()
448 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, in compareUTF8() function in CollationFastLatin
451 // Keep compareUTF16() and compareUTF8() in sync very closely! in compareUTF8()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.h217 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
H A Dcoll.cpp526 UCollationResult Collator::compareUTF8(const StringPiece &source, in compareUTF8() function in Collator
993 return compareUTF8( in internalCompareUTF8()
H A Drulebasedcollator.cpp743 RuleBasedCollator::compareUTF8(const StringPiece &left, const StringPiece &right, in compareUTF8() function in RuleBasedCollator
1159 result = CollationFastLatin::compareUTF8(data->fastLatinTable, in doCompare()
1167 result = CollationFastLatin::compareUTF8(data->fastLatinTable, in doCompare()
H A Dcollationfastlatin.cpp115 // Keep compareUTF16() and compareUTF8() in sync very closely! in compareUTF16()
448 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, in compareUTF8() function in CollationFastLatin
451 // Keep compareUTF16() and compareUTF8() in sync very closely! in compareUTF8()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h345 virtual UCollationResult compareUTF8(const StringPiece &source,
H A Dcoll.h485 virtual UCollationResult compareUTF8(const StringPiece &source,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcoll.h485 virtual UCollationResult compareUTF8(const StringPiece &source,
H A Dtblcoll.h345 virtual UCollationResult compareUTF8(const StringPiece &source,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcoll.h485 virtual UCollationResult compareUTF8(const StringPiece &source,
H A Dtblcoll.h345 virtual UCollationResult compareUTF8(const StringPiece &source,
/third_party/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 in call()
632 cmp += coll->compareUTF8(src, tgt, *status); in call()
648 // Test case taking two test data arrays, calling Collator::compareUTF8 for strings at a same index
693 coll->compareUTF8(src, tgt, *status); in call()
853 return cc.coll.compareUTF8(leftString, rightString, errorCode); in StringPieceCollatorComparator()
906 // Test case sorting an array of UTF-8 StringPiece's with Collator::compareUTF8().
990 // with Collator::compareUTF8().
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp315 UCollationResult order = coll->compareUTF8(fffd, illegal, errorCode); in TestIllegalUTF8()
317 errln("compareUTF8(pair %d: U+FFFD, illegal UTF-8)=%d != UCOL_EQUAL", in TestIllegalUTF8()
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.cpp107 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed"); in TestProperty()
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc1443 result = icu_collator.compareUTF8(string_piece1, string_piece2, status); in CompareStrings()

Completed in 40 milliseconds