Home
last modified time | relevance | path

Searched refs:NUM_FAST_CHARS (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java532 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
536 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
559 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
561 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeContractions()
683 private long[][] charCEs = new long[CollationFastLatin.NUM_FAST_CHARS][2];
DCollationFastLatin.java37 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin
685 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
690 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp566 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
570 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
596 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
598 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeContractions()
646 U_ASSERT(CollationFastLatin::NUM_FAST_CHARS % 16 == 0); in encodeContractions()
Dcollationfastlatinbuilder.h71 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
Dcollationfastlatin.h45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); variable
Dcollationfastlatin.cpp862 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
871 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()