OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCA
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/test/intltest/
ucaconf.h
45
RuleBasedCollator *
UCA
; // rule-based so rules are available
ucaconf.cpp
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
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java
40
UCA
= (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
44
private RuleBasedCollator
UCA
;
51
setCollNonIgnorable(
UCA
);
53
conformanceTest(
UCA
);
58
setCollShifted(
UCA
);
60
conformanceTest(
UCA
);
81
+ "wholly represent fractional
UCA
using tailoring rules.");
105
+ "http://unicode.org/cldr/trac/browser/trunk/common/
uca
");
135
String ucarules =
UCA
.getRules(true);
139
errln("Failure creating
UCA
rule-based collator: " + e)
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java
39
UCA
= (RuleBasedCollator) Collator.getInstance(ULocale.ROOT);
43
private RuleBasedCollator
UCA
;
50
setCollNonIgnorable(
UCA
);
52
conformanceTest(
UCA
);
57
setCollShifted(
UCA
);
59
conformanceTest(
UCA
);
80
+ "wholly represent fractional
UCA
using tailoring rules.");
104
+ "http://unicode.org/cldr/trac/browser/trunk/common/
uca
");
134
String ucarules =
UCA
.getRules(true);
138
errln("Failure creating
UCA
rule-based collator: " + e)
[
all
...]
/external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl
221
"http://www.unicode.org/reports/tr10/">Unicode Collation (
UCA
)</a>.</li>
/external/icu/icu4c/source/test/cintltst/
capitst.c
284
* number 3 is the
UCA
version.
285
* This changes with every
UCA
version change, and the expected value
289
UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/
UCA
5.2 */
313
/* Assume that the UCD and
UCA
versions are the same,
314
* rather than hardcoding (and updating each time) a particular
UCA
version. */
752
/* Test that a cloned collator doesn't accidentally use
UCA
. */
[
all
...]
cmsccoll.c
600
log_verbose("Testing
UCA
extensively for %d characters\n", charsToTestSize);
627
log_err("Failure: codePoint %05X fails TestComposeDecompose in the
UCA
\n", t[u]->u);
1036
/* New
UCA
3.1.1.
[
all
...]
Completed in 478 milliseconds