Lines Matching refs:UCA
28 UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status);
30 dataerrln("Error - UCAConformanceTest: Unable to open UCA collator! - %s", u_errorName(status));
49 delete UCA;
73 if (UCA) {
74 UCA->getRules(UCOL_FULL_RULES, ucarules);
77 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
81 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
249 // Up to UCA 6.1, the collation test files use a custom tie-breaker,
252 // Starting with UCA 6.2, the collation test files use the standard UCA tie-breaker,
288 dataerrln("Error running UCA Conformance Test: %s", u_errorName(status));
291 setCollNonIgnorable(UCA);
293 testConformance(UCA);
298 dataerrln("Error running UCA Conformance Test: %s", u_errorName(status));
301 setCollShifted(UCA);
303 testConformance(UCA);
318 "wholly represent fractional UCA using tailoring rules.");