Home
last modified time | relevance | path

Searched refs:LATIN_MAX (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java28 public static final int LATIN_MAX = 0x17f; field in CollationFastLatin
29 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 …]
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp138 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 …]
Dcollationfastlatin.h36 static const int32_t LATIN_MAX = 0x17f; variable
37 static const int32_t LATIN_LIMIT = LATIN_MAX + 1;
190 if(c <= LATIN_MAX) { in getCharIndex()
Drulebasedcollator.cpp1024 left[equalPrefixLength] <= CollationFastLatin::LATIN_MAX) && in doCompare()
1026 right[equalPrefixLength] <= CollationFastLatin::LATIN_MAX)) { in doCompare()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1686 left.charAt(equalPrefixLength) <= CollationFastLatin.LATIN_MAX) && in doCompare()
1688 right.charAt(equalPrefixLength) <= CollationFastLatin.LATIN_MAX)) { in doCompare()