Searched defs:ruleset1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c435 UChar ruleset1[60]; local
442 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
446 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
495 u_uastrcpy(ruleset1, "!&a<b");
499 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
535 u_uastrcpy(ruleset1, "< z < a");
536 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAUL
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c438 UChar ruleset1[60]; local
444 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
448 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
497 u_uastrcpy(ruleset1, "!&a<b");
501 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
537 u_uastrcpy(ruleset1, "< z < a");
538 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAUL
[all...]

Completed in 147 milliseconds