Lines Matching refs:cesLength
209 cesLength(0), in CollationBuilder()
298 cesLength = 1; in addReset()
308 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in addReset()
309 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in addReset()
427 strength = ceStrength(ces[cesLength - 1]); in addReset()
433 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, strength); in addReset()
698 U_ASSERT(cesLength > 0); in addRelation()
699 int64_t ce = ces[cesLength - 1]; in addRelation()
723 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
729 int32_t cesLengthBeforeExtension = cesLength; in addRelation()
736 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
737 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in addRelation()
750 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
752 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
757 cesLength = cesLengthBeforeExtension; in addRelation()
769 for(;; --cesLength) { in findOrInsertNodeForCEs()
770 if(cesLength == 0) { in findOrInsertNodeForCEs()
772 cesLength = 1; in findOrInsertNodeForCEs()
775 ce = ces[cesLength - 1]; in findOrInsertNodeForCEs()
1016 for(int32_t i = 0; i < cesLength; ++i) { in setCaseBits()
1061 for(int32_t i = 0; i < cesLength; ++i) { in setCaseBits()
1331 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in closeOverComposites()
1332 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in closeOverComposites()
1339 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites()