Lines Matching refs:ce0
90 : ce0(0), ce1(0), in CollationFastLatinBuilder()
223 charCEs[i][0] = ce0; in getCEs()
225 addUniqueCE(ce0, errorCode); in getCEs()
229 charCEs[i][0] = ce0 = Collation::NO_CE; in getCEs()
232 if(c == 0 && !isContractionCharCE(ce0)) { in getCEs()
236 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
252 ce0 = Collation::ceFromCE32(ce32); in getCEsFromCE32()
256 ce0 = Collation::latinCE0FromCE32(ce32); in getCEsFromCE32()
263 ce0 = Collation::ceFromCE32(ce32s[0]); in getCEsFromCE32()
276 ce0 = ces[0]; in getCEsFromCE32()
295 ce0 = data.getCEFromOffsetCE32(c, ce32); in getCEsFromCE32()
302 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
304 uint32_t p0 = (uint32_t)(ce0 >> 32); in getCEsFromCE32()
309 uint32_t lower32_0 = (uint32_t)ce0; in getCEsFromCE32()
337 if(((ce0 | ce1) & Collation::QUATERNARY_MASK) != 0) { return FALSE; } in getCEsFromCE32()
352 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEsFromContractionCE32()
375 addContractionEntry(prevX, ce0, ce1, errorCode); in getCEsFromContractionCE32()
387 addContractionEntry(prevX, ce0, ce1, errorCode); in getCEsFromContractionCE32()
395 ce0 = ((int64_t)Collation::NO_CE_PRIMARY << 32) | CONTRACTION_FLAG | contractionIndex; in getCEsFromContractionCE32()