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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 39 static const int32_t LATIN_LIMIT = LATIN_MAX + 1;
47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
195 return c - (PUNCT_START - LATIN_LIMIT);
208 * The capacity must be LATIN_LIMIT.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 35 public static final int LATIN_LIMIT = LATIN_MAX + 1;
43 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
191 return c - (PUNCT_START - LATIN_LIMIT);
204 * The capacity must be LATIN_LIMIT.
211 if(primaries.length != LATIN_LIMIT) {
270 for(int c = 0; c < LATIN_LIMIT; ++c) {
323 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
359 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
415 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
444 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 31 public static final int LATIN_LIMIT = LATIN_MAX + 1;
39 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
187 return c - (PUNCT_START - LATIN_LIMIT);
200 * The capacity must be LATIN_LIMIT.
207 if(primaries.length != LATIN_LIMIT) {
266 for(int c = 0; c < LATIN_LIMIT; ++c) {
319 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
355 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
411 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
440 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 311 milliseconds