Home | History | Annotate | Download | only in i18n

Lines Matching defs:ce

270         int64_t ce = iter.nextCE(errorCode);
271 uint32_t p = (uint32_t)(ce >> 32);
273 // 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
346 uint32_t lower32 = (uint32_t)ce;
508 // Do not change the artificial uppercase weight of a tertiary CE (0.0.ut),
519 // Tertiary CE 86..BF -> C6..FF
594 if((lower32 >> 24) == Collation::LEVEL_SEPARATOR_BYTE) { break; } // ce == NO_CE