Home | History | Annotate | Download | only in i18n

Lines Matching refs:ce0

90         : ce0(0), ce1(0),
223 charCEs[i][0] = ce0;
225 addUniqueCE(ce0, errorCode);
229 charCEs[i][0] = ce0 = Collation::NO_CE;
232 if(c == 0 && !isContractionCharCE(ce0)) {
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode);
252 ce0 = Collation::ceFromCE32(ce32);
256 ce0 = Collation::latinCE0FromCE32(ce32);
263 ce0 = Collation::ceFromCE32(ce32s[0]);
276 ce0 = ces[0];
295 ce0 = data.getCEFromOffsetCE32(c, ce32);
302 if(ce0 == 0) { return ce1 == 0; }
303 // We do not support an ignorable ce0 unless it is completely ignorable.
304 uint32_t p0 = (uint32_t)(ce0 >> 32);
309 uint32_t lower32_0 = (uint32_t)ce0;
337 if(((ce0 | ce1) & Collation::QUATERNARY_MASK) != 0) { return FALSE; }
352 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode);
375 addContractionEntry(prevX, ce0, ce1, errorCode);
387 addContractionEntry(prevX, ce0, ce1, errorCode);
395 ce0 = ((int64_t)Collation::NO_CE_PRIMARY << 32) | CONTRACTION_FLAG | contractionIndex;