Lines Matching defs:strength
104 RuleBasedCollator::RuleBasedCollator(const UnicodeString &rules, ECollationStrength strength, in RuleBasedCollator()
130 ECollationStrength strength, in RuleBasedCollator()
158 int32_t strength, in internalBuildTailoring()
292 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset()
484 int32_t strength = UCOL_PRIMARY; in getSpecialResetPosition() local
646 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation()
761 CollationBuilder::findOrInsertNodeForCEs(int32_t strength, const char *&parserErrorReason, in findOrInsertNodeForCEs()
796 CollationBuilder::findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode) { in findOrInsertNodeForRootCE()
938 CollationBuilder::insertTailoredNodeAfter(int32_t index, int32_t strength, UErrorCode &errorCode) { in insertTailoredNodeAfter()
1063 int32_t strength = ceStrength(ce); in setCaseBits() local
1413 int32_t strength = strengthFromNode(node); in makeTailoredCEs() local
1561 CollationBuilder::countTailoredNodes(const int64_t *nodesArray, int32_t i, int32_t strength) { in countTailoredNodes()
1638 UColAttributeValue normalizationMode, UCollationStrength strength, in ucol_openRules()