Searched refs:PUNCT_LIMIT (Results 1 – 5 of 5) sorted by relevance
34 static final int PUNCT_LIMIT = 0x2040; field in CollationFastLatin37 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);184 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in getCharIndex()314 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()350 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()406 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()435 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()666 if(PUNCT_START <= c && c < PUNCT_LIMIT) { in lookup()698 if(PUNCT_START <= c2 && c2 < PUNCT_LIMIT) { in nextPair()
196 } else if(c == CollationFastLatin.PUNCT_LIMIT) { in getCEs()
42 static const int32_t PUNCT_LIMIT = 0x2040; variable45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);192 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in getCharIndex()
145 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()176 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()227 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()252 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) { in compareUTF16()802 if(PUNCT_START <= c && c < PUNCT_LIMIT) { in lookup()879 if(PUNCT_START <= c2 && c2 < PUNCT_LIMIT) { in nextPair()
209 } else if(c == CollationFastLatin::PUNCT_LIMIT) { in getCEs()