Searched refs:INDEX_MASK (Results 1 – 5 of 5) sorted by relevance
59 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin685 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()690 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
545 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()565 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
67 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
579 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()602 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
862 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()871 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()