Searched refs:ruleset1 (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 456 UChar ruleset1[60]; in TestRuleBasedColl() local 462 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl() 466 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl() 515 u_uastrcpy(ruleset1, "!&a<b"); in TestRuleBasedColl() 519 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl() 555 u_uastrcpy(ruleset1, "< z < a"); in TestRuleBasedColl() 556 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1233 TimeZoneRule[] ruleset1 = vtz.getTimeZoneRules(time1); 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/ |
D | TimeZoneRuleTest.java | 1231 TimeZoneRule[] ruleset1 = vtz.getTimeZoneRules(time1); in TestVTimeZoneCoverage() local 1233 if (rulesetAll.length < ruleset1.length || ruleset1.length < ruleset2.length) { in TestVTimeZoneCoverage()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 257 UnicodeString ruleset1("&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl() local 260 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl() 831 UnicodeString ruleset1("&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestOperators() local 833 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); in TestOperators()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationAPITest.java | 560 String ruleset1 = "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"; 565 col1 = new RuleBasedCollator(ruleset1);
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 557 String ruleset1 = "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"; 562 col1 = new RuleBasedCollator(ruleset1);
|