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

/external/icu/icu4c/source/test/intltest/
H A Ducaconf.h43 RuleBasedCollator *UCA; // rule-based so rules are available member in class:UCAConformanceTest
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DUCAConformanceTest.java40 UCA = (RuleBasedCollator)Collator.getInstance(ULocale.ROOT);
44 private RuleBasedCollator UCA; field in class:UCAConformanceTest
51 setCollNonIgnorable(UCA);
53 conformanceTest(UCA);
57 setCollShifted(UCA);
59 conformanceTest(UCA);
74 "wholly represent fractional UCA using tailoring rules.");
136 String ucarules = UCA.getRules(true);
140 errln("Failure creating UCA rule-based collator: " + e);
243 // Up to UCA 6.
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c282 * 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. */
1377 * are the same. According to the UCA, this is not true. Therefore, remove the test.
2270 * "The API also takes a base collator which usually should be UCA."
2276 * Optionally without UCA, with relevant parts of UCA copie
2299 UCollator *UCA = NULL; local
[all...]

Completed in 105 milliseconds