Lines Matching refs:cesLength
211 cesLength(0), in CollationBuilder()
300 cesLength = 1; in addReset()
310 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in addReset()
311 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in addReset()
429 strength = ceStrength(ces[cesLength - 1]); in addReset()
435 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
700 U_ASSERT(cesLength > 0); in addRelation()
701 int64_t ce = ces[cesLength - 1]; in addRelation()
725 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
731 int32_t cesLengthBeforeExtension = cesLength; in addRelation()
738 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
739 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in addRelation()
752 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
754 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
759 cesLength = cesLengthBeforeExtension; in addRelation()
771 for(;; --cesLength) { in findOrInsertNodeForCEs()
772 if(cesLength == 0) { in findOrInsertNodeForCEs()
774 cesLength = 1; in findOrInsertNodeForCEs()
777 ce = ces[cesLength - 1]; in findOrInsertNodeForCEs()
1018 for(int32_t i = 0; i < cesLength; ++i) { in setCaseBits()
1063 for(int32_t i = 0; i < cesLength; ++i) { in setCaseBits()
1333 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in closeOverComposites()
1334 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in closeOverComposites()
1341 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites()