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

  /external/icu/icu4c/source/test/intltest/
ucaconf.h 43 RuleBasedCollator *UCA; // rule-based so rules are available
ucaconf.cpp 30 UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status);
32 dataerrln("Error - UCAConformanceTest: Unable to open UCA collator! - %s", u_errorName(status));
51 delete UCA;
74 if (UCA) {
76 UCA->getRules(UCOL_FULL_RULES, ucarules);
79 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
83 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
147 "http://unicode.org/cldr/trac/browser/trunk/common/uca");
248 // Up to UCA 6.1, the collation test files use a custom tie-breaker,
251 // Starting with UCA 6.2, the collation test files use the standard UCA tie-breaker
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 40 UCA = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT);
44 private RuleBasedCollator UCA;
51 setCollNonIgnorable(UCA);
53 conformanceTest(UCA);
57 setCollShifted(UCA);
59 conformanceTest(UCA);
74 "wholly represent fractional UCA using tailoring rules.");
101 "http://unicode.org/cldr/trac/browser/trunk/common/uca");
136 String ucarules = UCA.getRules(true);
140 errln("Failure creating UCA rule-based collator: " + e)
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
  /external/icu/icu4c/source/test/cintltst/
capitst.c 282 * number 3 is the UCA version.
283 * This changes with every UCA version change, and the expected value
287 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
311 /* Assume that the UCD and UCA versions are the same,
312 * rather than hardcoding (and updating each time) a particular UCA version. */
750 /* Test that a cloned collator doesn't accidentally use UCA. */
    [all...]
cmsccoll.c 601 log_verbose("Testing UCA extensively for %d characters\n", charsToTestSize);
628 log_err("Failure: codePoint %05X fails TestComposeDecompose in the UCA\n", t[u]->u);
1037 /* New UCA 3.1.1.
    [all...]

Completed in 220 milliseconds