Searched refs:NUM_FAST_CHARS (Results 1 – 8 of 8) sorted by relevance
535 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];
43 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
534 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];
39 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
568 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()
74 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); variable
861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()