HomeSort by relevance Sort by last modified time
    Searched defs:PUNCT_START (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 41 static const int32_t PUNCT_START = 0x2000;
45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
192 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
193 return c - (PUNCT_START - LATIN_LIMIT);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 37 static final int PUNCT_START = 0x2000;
41 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
188 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
189 return c - (PUNCT_START - LATIN_LIMIT);
318 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
319 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
354 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
355 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
410 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
411 leftPair = table[c - PUNCT_START + LATIN_LIMIT]
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 33 static final int PUNCT_START = 0x2000;
37 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
184 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
185 return c - (PUNCT_START - LATIN_LIMIT);
314 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
315 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
350 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
351 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
406 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
407 leftPair = table[c - PUNCT_START + LATIN_LIMIT]
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 202 milliseconds