Lines Matching defs:strength
106 RuleBasedCollator::RuleBasedCollator(const UnicodeString &rules, ECollationStrength strength, in RuleBasedCollator()
132 ECollationStrength strength, in RuleBasedCollator()
160 int32_t strength, in internalBuildTailoring()
296 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset()
488 int32_t strength = UCOL_PRIMARY; in getSpecialResetPosition() local
649 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation()
768 CollationBuilder::findOrInsertNodeForCEs(int32_t strength, const char *&parserErrorReason, in findOrInsertNodeForCEs()
803 CollationBuilder::findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode) { in findOrInsertNodeForRootCE()
945 CollationBuilder::insertTailoredNodeAfter(int32_t index, int32_t strength, UErrorCode &errorCode) { in insertTailoredNodeAfter()
1070 int32_t strength = ceStrength(ce); in setCaseBits() local
1420 int32_t strength = strengthFromNode(node); in makeTailoredCEs() local
1568 CollationBuilder::countTailoredNodes(const int64_t *nodesArray, int32_t i, int32_t strength) { in countTailoredNodes()
1645 UColAttributeValue normalizationMode, UCollationStrength strength, in ucol_openRules()