Home
last modified time | relevance | path

Searched refs:PUNCT_START (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java35 static final int PUNCT_START = 0x2000; field in CollationFastLatin
39 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 …]
DCollationFastLatinBuilder.java197 c = CollationFastLatin.PUNCT_START; in getCEs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationFastLatin.java39 static final int PUNCT_START = 0x2000; field in CollationFastLatin
43 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 …]
DCollationFastLatinBuilder.java198 c = CollationFastLatin.PUNCT_START; in getCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatin.h43 static const int32_t PUNCT_START = 0x2000; variable
47 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()
Dcollationfastlatin.cpp145 } 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 …]
Dcollationfastlatinbuilder.cpp210 c = CollationFastLatin::PUNCT_START; in getCEs()
652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()
/third_party/icu/icu4c/source/i18n/
Dcollationfastlatin.h43 static const int32_t PUNCT_START = 0x2000; variable
47 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()
Dcollationfastlatin.cpp145 } 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 …]
Dcollationfastlatinbuilder.cpp210 c = CollationFastLatin::PUNCT_START; in getCEs()
652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatin.h43 static const int32_t PUNCT_START = 0x2000; variable
47 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()
Dcollationfastlatin.cpp145 } 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 …]
Dcollationfastlatinbuilder.cpp210 c = CollationFastLatin::PUNCT_START; in getCEs()
652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()