Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCA

27     UCA = ucol_open("root", &status);
29 errln("ERROR - UCAConformanceTest: Unable to open UCA collator!");
43 ucol_close(UCA);
74 int32_t size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, NULL, 0);
77 size = ucol_getRulesEx(UCA, UCOL_FULL_RULES, ucarules, size);
82 errln("Failure creating UCA rule-based collator: %s", u_errorName(status));
253 setCollNonIgnorable(UCA);
255 testConformance(UCA);
259 setCollShifted(UCA);
261 testConformance(UCA);
276 "wholly represent fractional UCA using tailoring rules.");