Searched defs:INDEX_MASK (Results 1 – 4 of 4) sorted by relevance
69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
61 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin
65 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin
125 #define INDEX_MASK (0x3f << 24) macro