Searched refs:ruleset1 (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | capitst.c | 469 UChar ruleset1[60]; in TestRuleBasedColl() local 476 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl() 480 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl() 529 u_uastrcpy(ruleset1, "!&a<b"); in TestRuleBasedColl() 533 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl() 569 u_uastrcpy(ruleset1, "< z < a"); in TestRuleBasedColl() 570 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
|
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 300 UnicodeString ruleset1("&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl() local 303 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl() 848 UnicodeString ruleset1("< a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestOperators() local 850 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); in TestOperators()
|