Lines Matching refs:ce0
88 : ce0(0), ce1(0), in CollationFastLatinBuilder()
221 charCEs[i][0] = ce0; in getCEs()
223 addUniqueCE(ce0, errorCode); in getCEs()
227 charCEs[i][0] = ce0 = Collation::NO_CE; in getCEs()
230 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
234 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
250 ce0 = Collation::ceFromCE32(ce32); in getCEsFromCE32()
254 ce0 = Collation::latinCE0FromCE32(ce32); in getCEsFromCE32()
261 ce0 = Collation::ceFromCE32(ce32s[0]); in getCEsFromCE32()
274 ce0 = ces[0]; in getCEsFromCE32()
293 ce0 = data.getCEFromOffsetCE32(c, ce32); in getCEsFromCE32()
300 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
302 uint32_t p0 = (uint32_t)(ce0 >> 32); in getCEsFromCE32()
307 uint32_t lower32_0 = (uint32_t)ce0; in getCEsFromCE32()
335 if(((ce0 | ce1) & Collation::QUATERNARY_MASK) != 0) { return FALSE; } in getCEsFromCE32()
350 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEsFromContractionCE32()
373 addContractionEntry(prevX, ce0, ce1, errorCode); in getCEsFromContractionCE32()
385 addContractionEntry(prevX, ce0, ce1, errorCode); in getCEsFromContractionCE32()
393 ce0 = ((int64_t)Collation::NO_CE_PRIMARY << 32) | CONTRACTION_FLAG | contractionIndex; in getCEsFromContractionCE32()