Searched refs:LATIN_MAX (Results 1 – 5 of 5) sorted by relevance
28 public static final int LATIN_MAX = 0x17f; field in CollationFastLatin29 public static final int LATIN_LIMIT = LATIN_MAX + 1;182 if(c <= LATIN_MAX) { in getCharIndex()307 if(c <= LATIN_MAX) { in compareUTF16()343 if(c <= LATIN_MAX) { in compareUTF16()404 if(c <= LATIN_MAX) { in compareUTF16()433 if(c <= LATIN_MAX) { in compareUTF16()488 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()506 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()551 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()[all …]
138 if(c <= LATIN_MAX) { in compareUTF16()169 if(c <= LATIN_MAX) { in compareUTF16()225 if(c <= LATIN_MAX) { in compareUTF16()250 if(c <= LATIN_MAX) { in compareUTF16()301 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()314 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()354 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()367 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()410 leftPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()423 rightPair = (c <= LATIN_MAX) ? table[c] : lookup(table, c); in compareUTF16()[all …]
36 static const int32_t LATIN_MAX = 0x17f; variable37 static const int32_t LATIN_LIMIT = LATIN_MAX + 1;190 if(c <= LATIN_MAX) { in getCharIndex()
1024 left[equalPrefixLength] <= CollationFastLatin::LATIN_MAX) && in doCompare()1026 right[equalPrefixLength] <= CollationFastLatin::LATIN_MAX)) { in doCompare()
1686 left.charAt(equalPrefixLength) <= CollationFastLatin.LATIN_MAX) && in doCompare()1688 right.charAt(equalPrefixLength) <= CollationFastLatin.LATIN_MAX)) { in doCompare()