• Home
  • History
  • Annotate
  • Raw
  • Download

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()
699 U_ASSERT(cesLength > 0); in addRelation()
700 int64_t ce = ces[cesLength - 1]; in addRelation()
724 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
730 int32_t cesLengthBeforeExtension = cesLength; in addRelation()
737 cesLength = dataBuilder->getCEs(nfdExtension, ces, cesLength); in addRelation()
738 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in addRelation()
751 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode); in addRelation()
753 addWithClosure(nfdPrefix, nfdString, ces, cesLength, ce32, errorCode); in addRelation()
758 cesLength = cesLengthBeforeExtension; in addRelation()
770 for(;; --cesLength) { in findOrInsertNodeForCEs()
771 if(cesLength == 0) { in findOrInsertNodeForCEs()
773 cesLength = 1; in findOrInsertNodeForCEs()
776 ce = ces[cesLength - 1]; in findOrInsertNodeForCEs()
1017 for(int32_t i = 0; i < cesLength; ++i) { in setCaseBits()
1062 for(int32_t i = 0; i < cesLength; ++i) { in setCaseBits()
1332 cesLength = dataBuilder->getCEs(nfdString, ces, 0); in closeOverComposites()
1333 if(cesLength > Collation::MAX_EXPANSION_LENGTH) { in closeOverComposites()
1340 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode); in closeOverComposites()