Home | History | Annotate | Download | only in i18n

Lines Matching refs:ces

83         // CollationIterator::previousCE() decrements the CEs length
84 // while it pops CEs from its internal buffer.
122 // No need to keep all CEs in the buffer when we iterate.
126 // Turn the 64-bit CE into two old-style 32-bit CEs, without quaternary bits.
192 // If we already have expansion CEs, then we also have offsets.
198 // Turn the 64-bit CE into two old-style 32-bit CEs, without quaternary bits.
205 // When we convert a single 64-bit CE into two 32-bit CEs,
399 virtual void handleExpansion(const int64_t ces[], int32_t length) {
401 // We do not need to add single CEs into the map.
406 count += ceNeedsTwoParts(ces[i]) ? 2 : 1;
409 int64_t ce = ces[length - 1];