Searched refs:internalCompareUTF8 (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 688 virtual UCollationResult internalCompareUTF8(
|
D | coll.h | 1150 virtual UCollationResult internalCompareUTF8(
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 483 UCollationResult returnVal = Collator::fromUCollator(coll)->internalCompareUTF8( in ucol_strcollUTF8()
|
D | coll.cpp | 987 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8() function in Collator
|
D | rulebasedcollator.cpp | 756 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8() function in RuleBasedCollator
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 1647 order = coll->internalCompareUTF8(prevUTF8.c_str(), -1, sUTF8.c_str(), -1, errorCode); in checkCompareTwo() 1658 order = coll->internalCompareUTF8(sUTF8.c_str(), -1, prevUTF8.c_str(), -1, errorCode); in checkCompareTwo()
|