Lines Matching refs:UCA
32 UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status);
34 dataerrln("Error - UCAConformanceTest: Unable to open UCA collator! - %s", u_errorName(status));
53 delete UCA;
76 if (UCA) {
78 UCA->getRules(UCOL_FULL_RULES, ucarules);
81 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
85 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
149 "http://unicode.org/cldr/trac/browser/trunk/common/uca");
250 // Up to UCA 6.1, the collation test files use a custom tie-breaker,
253 // Starting with UCA 6.2, the collation test files use the standard UCA tie-breaker,
295 dataerrln("Error running UCA Conformance Test: %s", u_errorName(status));
298 setCollNonIgnorable(UCA);
300 testConformance(UCA);
305 dataerrln("Error running UCA Conformance Test: %s", u_errorName(status));
308 setCollShifted(UCA);
310 testConformance(UCA);
326 "wholly represent fractional UCA using tailoring rules.");