Home | History | Annotate | Download | only in i18n

Lines Matching defs:ce

269         int64_t ce = iter.nextCE(errorCode);
270 uint32_t p = (uint32_t)(ce >> 32);
272 // Variable CE, shift it to quaternary level.
297 ce = iter.nextCE(errorCode);
298 p = (uint32_t)(ce >> 32);
302 // ce could be primary ignorable, or NO_CE, or the merge separator,
303 // or a regular primary CE, but it is not variable.
304 // If ce==NO_CE, then write nothing for the primary level but
348 uint32_t lower32 = (uint32_t)ce;
359 // backwards-secondary is off or the ce is not the merge separator.
530 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
541 // Tertiary CE 86..BF -> C6..FF
614 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE