Lines Matching refs:ces
299 ces[0] = getSpecialResetPosition(str, parserErrorReason, errorCode); in addReset()
302 U_ASSERT((ces[0] & Collation::CASE_AND_QUATERNARY_MASK) == 0); in addReset()
310 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in addReset()
429 strength = ceStrength(ces[cesLength - 1]); in addReset()
435 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
701 int64_t ce = ces[cesLength - 1]; in addRelation()
725 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
738 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
752 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
754 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
773 ce = ces[0] = 0; in findOrInsertNodeForCEs()
777 ce = ces[cesLength - 1]; in findOrInsertNodeForCEs()
1019 if(ceStrength(ces[i]) == UCOL_PRIMARY) { ++numTailoredPrimaries; } in setCaseBits()
1064 int64_t ce = ces[i] & INT64_C(0xffffffffffff3fff); // clear old case bits in setCaseBits()
1079 ces[i] = ce; in setCaseBits()
1333 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in closeOverComposites()
1341 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites()
1583 CEFinalizer(const int64_t *ces) : finalCEs(ces) {} in CEFinalizer() argument