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

  /external/icu/icu4c/source/test/intltest/
ucaconf.h 43 RuleBasedCollator *UCA; // rule-based so rules are available
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java 44 UCA = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT);
48 private RuleBasedCollator UCA;
55 setCollNonIgnorable(UCA);
57 conformanceTest(UCA);
61 setCollShifted(UCA);
63 conformanceTest(UCA);
78 "wholly represent fractional UCA using tailoring rules.");
105 "http://unicode.org/cldr/trac/browser/trunk/common/uca");
140 String ucarules = UCA.getRules(true);
144 errln("Failure creating UCA rule-based collator: " + e)
    [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/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...]

Completed in 714 milliseconds