Home
last modified time | relevance | path

Searched refs:ruleset2 (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp258 UnicodeString ruleset2("&9 < a, A < b, B < c, C < d, D, e, E"); in TestRuleBasedColl() local
270 col2 = new RuleBasedCollator(ruleset2, status); in TestRuleBasedColl()
832 UnicodeString ruleset2("&9 < a, A < b, B < c, C < d, D, e, E"); in TestOperators() local
839 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); in TestOperators()
873 RuleBasedCollator *col7 = new RuleBasedCollator(ruleset2, Collator::TERTIARY, success); in TestOperators()
879 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators()
885 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success); in TestOperators()
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c457 UChar ruleset2[50]; in TestRuleBasedColl() local
463 u_uastrcpy(ruleset2, "&9 < a, A < b, B < c, C < d, D, e, E"); in TestRuleBasedColl()
475 …col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java561 String ruleset2 = "&9 < a, A < b, B < c, C < d, D, e, E";
573 col2 = new RuleBasedCollator(ruleset2);
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java558 String ruleset2 = "&9 < a, A < b, B < c, C < d, D, e, E";
570 col2 = new RuleBasedCollator(ruleset2);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java1234 TimeZoneRule[] ruleset2 = vtz.getTimeZoneRules(time2); in TestVTimeZoneCoverage() local
1235 if (rulesetAll.length < ruleset1.length || ruleset1.length < ruleset2.length) { in TestVTimeZoneCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1232 TimeZoneRule[] ruleset2 = vtz.getTimeZoneRules(time2); in TestVTimeZoneCoverage() local
1233 if (rulesetAll.length < ruleset1.length || ruleset1.length < ruleset2.length) { in TestVTimeZoneCoverage()