Lines Matching refs:ce1
88 : ce0(0), ce1(0), in CollationFastLatinBuilder()
222 charCEs[i][1] = ce1; in getCEs()
224 addUniqueCE(ce1, errorCode); in getCEs()
228 charCEs[i][1] = ce1 = 0; in getCEs()
234 addContractionEntry(CollationFastLatin::CONTR_CHAR_MASK, ce0, ce1, errorCode); in getCEs()
248 ce1 = 0; in getCEsFromCE32()
255 ce1 = Collation::latinCE1FromCE32(ce32); in getCEsFromCE32()
263 ce1 = Collation::ceFromCE32(ce32s[1]); in getCEsFromCE32()
276 ce1 = ces[1]; in getCEsFromCE32()
300 if(ce0 == 0) { return ce1 == 0; } in getCEsFromCE32()
314 if(ce1 != 0) { in getCEsFromCE32()
320 uint32_t p1 = (uint32_t)(ce1 >> 32); in getCEsFromCE32()
322 uint32_t lower32_1 = (uint32_t)ce1; 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()
394 ce1 = 0; in getCEsFromContractionCE32()