Searched refs:expansionIndex (Results 1 – 3 of 3) sorted by relevance
547 int expansionIndex = result.length() - indexBase; in encodeCharCEs() local548 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()552 miniCE = CollationFastLatin.EXPANSION | expansionIndex; in encodeCharCEs()
546 int expansionIndex = result.length() - indexBase; in encodeCharCEs() local547 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()551 miniCE = CollationFastLatin.EXPANSION | expansionIndex; in encodeCharCEs()
580 int32_t expansionIndex = result.length() - indexBase; in encodeCharCEs() local581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()585 miniCE = CollationFastLatin::EXPANSION | expansionIndex; in encodeCharCEs()