Searched defs:UCA (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ducaconf.h45 RuleBasedCollator *UCA; // rule-based so rules are available member in class:UCAConformanceTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DUCAConformanceTest.java45 UCA = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
49 private RuleBasedCollator UCA; field in class:UCAConformanceTest
56 setCollNonIgnorable(UCA);
58 conformanceTest(UCA);
63 setCollShifted(UCA);
65 conformanceTest(UCA);
86 + "wholly represent fractional UCA using tailoring rules.");
140 String ucarules = UCA.getRules(true);
144 errln("Failure creating UCA rule-based collator: " + e);
248 // Up to UCA 6.
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DUCAConformanceTest.java42 UCA = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
46 private RuleBasedCollator UCA; field in class:UCAConformanceTest
53 setCollNonIgnorable(UCA);
55 conformanceTest(UCA);
60 setCollShifted(UCA);
62 conformanceTest(UCA);
83 + "wholly represent fractional UCA using tailoring rules.");
137 String ucarules = UCA.getRules(true);
141 errln("Failure creating UCA rule-based collator: " + e);
245 // Up to UCA 6.
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c284 * number 3 is the UCA version.
285 * This changes with every UCA version change, and the expected value
289 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
313 /* Assume that the UCD and UCA versions are the same,
314 * rather than hardcoding (and updating each time) a particular UCA version. */
752 /* Test that a cloned collator doesn't accidentally use UCA. */
1379 * are the same. According to the UCA, this is not true. Therefore, remove the test.
2272 * "The API also takes a base collator which usually should be UCA."
2278 * Optionally without UCA, with relevant parts of UCA copie
2301 UCollator *UCA = NULL; local
[all...]

Completed in 163 milliseconds