Searched refs:INDEX_MASK (Results 1 – 8 of 8) sorted by relevance
61 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
547 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()567 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
65 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
548 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()568 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
125 #define INDEX_MASK (0x3f << 24) macro
69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()