Home
last modified time | relevance | path

Searched refs:internalCompareUTF8 (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h688 virtual UCollationResult internalCompareUTF8(
Dcoll.h1150 virtual UCollationResult internalCompareUTF8(
/external/icu/icu4c/source/i18n/
Ducol.cpp482 UCollationResult returnVal = Collator::fromUCollator(coll)->internalCompareUTF8( in ucol_strcollUTF8()
Dcoll.cpp978 Collator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8() function in Collator
Drulebasedcollator.cpp756 RuleBasedCollator::internalCompareUTF8(const char *left, int32_t leftLength, in internalCompareUTF8() function in RuleBasedCollator
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1652 order = coll->internalCompareUTF8(prevUTF8.c_str(), -1, sUTF8.c_str(), -1, errorCode); in checkCompareTwo()
1663 order = coll->internalCompareUTF8(sUTF8.c_str(), -1, prevUTF8.c_str(), -1, errorCode); in checkCompareTwo()