Searched refs:NUM_FAST_CHARS (Results 1 – 6 of 6) sorted by relevance
532 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];
37 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin685 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()690 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
566 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()
71 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); variable
862 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()871 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()