Home | History | Annotate | Download | only in coll

Lines Matching defs:NUM_FAST_CHARS

43     static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
171 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);