Home
last modified time | relevance | path

Searched refs:LATIN_MAX_UTF8_LEAD (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp486 } else if(c <= LATIN_MAX_UTF8_LEAD && 0xc2 <= c && leftIndex != leftLength && in compareUTF8()
523 } else if(c <= LATIN_MAX_UTF8_LEAD && 0xc2 <= c && rightIndex != rightLength && in compareUTF8()
579 } else if(c <= LATIN_MAX_UTF8_LEAD) { in compareUTF8()
604 } else if(c <= LATIN_MAX_UTF8_LEAD) { in compareUTF8()
842 if(c <= LATIN_MAX_UTF8_LEAD) { in lookupUTF8Unsafe()
Dcollationfastlatin.h39 static const int32_t LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of LATIN_MAX variable
Drulebasedcollator.cpp1153 left[equalPrefixLength] <= CollationFastLatin::LATIN_MAX_UTF8_LEAD) && in doCompare()
1155 right[equalPrefixLength] <= CollationFastLatin::LATIN_MAX_UTF8_LEAD)) { in doCompare()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java31 static final int LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of LATIN_MAX field in CollationFastLatin