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/icu4c/test/cintltst/
capitst.c 450 UChar ruleset1[60]; local
457 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
461 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
510 u_uastrcpy(ruleset1, "!&a<b");
514 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
550 u_uastrcpy(ruleset1, "< z < a");
551 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/icu4c/test/intltest/
apicoll.cpp 300 UnicodeString ruleset1("&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
303 col1 = new RuleBasedCollator(ruleset1, status);
    [all...]

Completed in 553 milliseconds