Lines Matching refs:strength
1228 UCollator * ucol_openRules_android(const UChar * rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError * parseError, UErrorCode * status) {
1229 return ucol_openRules(rules, rulesLength, normalizationMode, strength, parseError, status);
1258 void ucol_setStrength_android(UCollator * coll, UCollationStrength strength) {
1259 ucol_setStrength(coll, strength);