Searched refs:LATIN_MAX_UTF8_LEAD (Results 1 – 4 of 4) sorted by relevance
486 } 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()
39 static const int32_t LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of LATIN_MAX variable
1153 left[equalPrefixLength] <= CollationFastLatin::LATIN_MAX_UTF8_LEAD) && in doCompare()1155 right[equalPrefixLength] <= CollationFastLatin::LATIN_MAX_UTF8_LEAD)) { in doCompare()
31 static final int LATIN_MAX_UTF8_LEAD = 0xc5; // UTF-8 lead byte of LATIN_MAX field in CollationFastLatin