Home | History | Annotate | Download | only in i18n

Lines Matching refs:ces

149         // Offset tags always result in long-primary CEs,
155 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)];
186 const int64_t *ces = data->ces + Collation::indexFromCE32(ce32);
189 const int64_t *baseCEs = baseData->ces + Collation::indexFromCE32(baseCE32);
197 if(ces[i] != baseCEs[i]) {
455 ces[0] = Collation::latinCE0FromCE32(ce32);
456 ces[1] = Collation::latinCE1FromCE32(ce32);
457 sink->handleExpansion(ces, 2);
470 ces[i] = Collation::ceFromCE32(*ce32s++);
472 sink->handleExpansion(ces, length);
483 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length);
529 // Currently no need to send offset CEs to the sink.
532 // Currently no need to send implicit CEs to the sink.