HomeSort by relevance Sort by last modified time
    Searched refs:ruleset1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 453 UChar ruleset1[60]; local
460 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
464 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
513 u_uastrcpy(ruleset1, "!&a<b");
517 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
553 u_uastrcpy(ruleset1, "< z < a");
554 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 438 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_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 291 UnicodeString ruleset1("&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
294 col1 = new RuleBasedCollator(ruleset1, status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 251 UnicodeString ruleset1("&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
254 col1 = new RuleBasedCollator(ruleset1, status);
    [all...]

Completed in 414 milliseconds