Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatinBuilder.java535 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
539 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
562 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
564 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeContractions()
686 private long[][] charCEs = new long[CollationFastLatin.NUM_FAST_CHARS][2];
DCollationFastLatin.java43 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin
693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatinBuilder.java534 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
538 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
561 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
563 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeContractions()
685 private long[][] charCEs = new long[CollationFastLatin.NUM_FAST_CHARS][2];
DCollationFastLatin.java39 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin
689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/external/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.cpp568 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
572 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
600 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeContractions()
648 U_ASSERT(CollationFastLatin::NUM_FAST_CHARS % 16 == 0); in encodeContractions()
Dcollationfastlatinbuilder.h74 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
Dcollationfastlatin.h47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); variable
Dcollationfastlatin.cpp861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()