Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCA

30     UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status);
32 dataerrln("Error - UCAConformanceTest: Unable to open UCA collator! - %s", u_errorName(status));
51 delete UCA;
74 if (UCA) {
76 UCA->getRules(UCOL_FULL_RULES, ucarules);
79 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
83 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
147 "http://unicode.org/cldr/trac/browser/trunk/common/uca");
248 // Up to UCA 6.1, the collation test files use a custom tie-breaker,
251 // Starting with UCA 6.2, the collation test files use the standard UCA tie-breaker,
293 dataerrln("Error running UCA Conformance Test: %s", u_errorName(status));
296 setCollNonIgnorable(UCA);
298 testConformance(UCA);
303 dataerrln("Error running UCA Conformance Test: %s", u_errorName(status));
306 setCollShifted(UCA);
308 testConformance(UCA);
324 "wholly represent fractional UCA using tailoring rules.");