Searched refs:PUNCT_START (Results 1 – 13 of 13) sorted by relevance
35 static final int PUNCT_START = 0x2000; field in CollationFastLatin39 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);186 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in getCharIndex()187 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex()318 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()319 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()354 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()355 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()410 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()411 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()[all …]
197 c = CollationFastLatin.PUNCT_START; in getCEs()
39 static final int PUNCT_START = 0x2000; field in CollationFastLatin43 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);190 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in getCharIndex()191 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex()322 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()323 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()358 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()359 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()414 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()415 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()[all …]
198 c = CollationFastLatin.PUNCT_START; in getCEs()
43 static const int32_t PUNCT_START = 0x2000; variable47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);194 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in getCharIndex()195 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex()
145 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()146 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()176 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()177 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()227 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()228 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()252 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()253 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16()801 if(PUNCT_START <= c && c < PUNCT_LIMIT) { in lookup()802 return table[c - PUNCT_START + LATIN_LIMIT]; in lookup()[all …]
210 c = CollationFastLatin::PUNCT_START; in getCEs()652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()