Home
last modified time | relevance | path

Searched refs:UCA (Results 1 – 25 of 34) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp32 UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status); in UCAConformanceTest()
53 delete UCA; in ~UCAConformanceTest()
76 if (UCA) { in initRbUCA()
78 UCA->getRules(UCOL_FULL_RULES, ucarules); in initRbUCA()
298 setCollNonIgnorable(UCA); in TestTableNonIgnorable()
300 testConformance(UCA); in TestTableNonIgnorable()
308 setCollShifted(UCA); in TestTableShifted()
310 testConformance(UCA); in TestTableShifted()
Ducaconf.h45 RuleBasedCollator *UCA; // rule-based so rules are available variable
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java42 UCA = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT); in init()
46 private RuleBasedCollator UCA; field in UCAConformanceTest
53 setCollNonIgnorable(UCA); in TestTableNonIgnorable()
55 conformanceTest(UCA); in TestTableNonIgnorable()
60 setCollShifted(UCA); in TestTableShifted()
62 conformanceTest(UCA); in TestTableShifted()
137 String ucarules = UCA.getRules(true); in initRbUCA()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DUCAConformanceTest.java45 UCA = (RuleBasedCollator) Collator.getInstance(ULocale.ROOT); in init()
49 private RuleBasedCollator UCA; field in UCAConformanceTest
56 setCollNonIgnorable(UCA); in TestTableNonIgnorable()
58 conformanceTest(UCA); in TestTableNonIgnorable()
63 setCollShifted(UCA); in TestTableShifted()
65 conformanceTest(UCA); in TestTableShifted()
140 String ucarules = UCA.getRules(true); in initRbUCA()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateTransformCharts.java476 static Comparator<String> UCA;
481UCA = new org.unicode.cldr.util.MultiComparator(UCA2, new UTF16.StringComparator(true, false, 0));
492 Set<String> latinItems = new TreeSet<>(UCA);
494 Map<String, String> nonLatinToLatin = new TreeMap<>(UCA);
496 Map<String, Map<String, Map<String, Boolean>>> latinToTaggedNonLatin = new TreeMap<>(UCA);
497 Map<String, Map<String, Map<String, Boolean>>> nonLatinToLatinTagged = new TreeMap<>(UCA);
517 Map<String, String> noRoundTrip = new TreeMap<>(UCA);
779 Set<String> extras = new TreeSet<>(UCA);
785 Set<String> ids = new TreeSet<>(UCA);
DGenerateSidewaysView.java138 static Comparator<Object> UCA; field in GenerateSidewaysView
143UCA = new org.unicode.cldr.util.MultiComparator(UCA2, new UTF16.StringComparator(true, false, 0));
408 Set<String> allLocales = new TreeSet<>(UCA); in writeCharToLocaleMapping()
409 Set<String> allChars = new TreeSet<>(UCA); in writeCharToLocaleMapping()
410 Set<String> allStrings = new TreeSet<>(UCA); in writeCharToLocaleMapping()
DConvertLanguageData.java1659 static RuleBasedCollator UCA = (RuleBasedCollator) Collator field in ConvertLanguageData.GeneralCollator
1662 UCA.setNumericCollation(true);
1672 int result = UCA.compare(s1, s2); in compare()
/external/cldr/tools/scripts/uca/
Dblankweights.sed2 # Helper script for manual review of UCA DUCET and CLDR root collation data files.
/external/icu/icu4c/source/data/unidata/
Dchanges.txt220 * collation: CLDR collation root, UCA DUCET
222 - UCA DUCET goes into Mark's Unicode tools, see
223 https://sites.google.com/site/unicodetools/home#TOC-UCA
226 …$ sed -r -f ~/cldr/uni/src/tools/scripts/uca/blankweights.sed ../Generated/UCA/13.0.0/CollationAux…
230 cp (Unicode Tools UCA generated)/CollationAuxiliary/* $CLDR_SRC/common/uca/
301 - refresh just the UCD/UCA-related/derived files, just to be safe
489 * collation: CLDR collation root, UCA DUCET
491 - UCA DUCET goes into Mark's Unicode tools, see
492 https://sites.google.com/site/unicodetools/home#TOC-UCA
495 …$ sed -r -f ~/svn.cldr/uni/tools/scripts/uca/blankweights.sed ../Generated/UCA/12.1.0/CollationAux…
[all …]
DUCARules.txt6 # UCA Version: 13.0.0
DFractionalUCA.txt1 # Fractional UCA Table, generated from the UCA DUCET
3 # VERSION: UCA=13.0.0, UCD=13.0.0
9 [UCA version = 13.0.0]
64032 # VALUES BASED ON UCA
/external/cldr/common/uca/
DUCA_Rules_SHORT.txt6 # UCA Version: 13.0.0
DFractionalUCA_SHORT.txt1 # Fractional UCA Table, generated from the UCA DUCET
3 # VERSION: UCA=13.0.0, UCD=13.0.0
9 [UCA version = 13.0.0]
64032 # VALUES BASED ON UCA
DFractionalUCA.txt1 # Fractional UCA Table, generated from the UCA DUCET
3 # VERSION: UCA=13.0.0, UCD=13.0.0
9 [UCA version = 13.0.0]
64032 # VALUES BASED ON UCA
Dallkeys_DUCET.txt2 # UCA Version: 6.3.0
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c2306 UCollator *UCA = NULL; in TestOpenBinary() local
2320 UCA = ucol_open("root", &status); in TestOpenBinary()
2321 if((UCA==NULL)||(U_FAILURE(status))) { in TestOpenBinary()
2334 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status); in TestOpenBinary()
2355 ucol_close(UCA); in TestOpenBinary()
Dcmsccoll.c1204 UCollator *UCA = ucol_open("", &status);
1209 res = ucol_uprv_getCaseBits(UCA, b, blen, &status);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt32 # Many types of mappings are tested elsewhere, including via the UCA conformance tests.
1234 # (This follows from the UCA spec.)
1291 # (This follows from the UCA spec.)
1616 # The UCA states that primary ignorables should be completely
1640 # The UCA states that primary ignorables should be completely
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt32 # Many types of mappings are tested elsewhere, including via the UCA conformance tests.
1234 # (This follows from the UCA spec.)
1291 # (This follows from the UCA spec.)
1616 # The UCA states that primary ignorables should be completely
1640 # The UCA states that primary ignorables should be completely
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt32 # Many types of mappings are tested elsewhere, including via the UCA conformance tests.
1234 # (This follows from the UCA spec.)
1291 # (This follows from the UCA spec.)
1616 # The UCA states that primary ignorables should be completely
1640 # The UCA states that primary ignorables should be completely
DCollationTest_NON_IGNORABLE_SHORT.txt6 # UCA Version: 13.0.0
/external/cldr/tools/java/org/unicode/cldr/draft/
DnormalizeForMatchExceptions.txt88 # Many of these originally come from the UCA file.
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DsubdivisionData.txt245 AZ-UCA Ucar
3514 department PE-UCA Ukayali ay
3515 department PE-UCA Ukayali qu
3516 department PE-UCA Ucayali es
D2013-1_UNLOCODE_CodeListPart3.csv182 "+","PE","ANG","Angamos","Angamos","UCA","--3-----","RL","1301",,"0825S 07429W",
259 ,"PE","PUE","Puerto Callao","Puerto Callao","UCA","--3-----","RL","1207",,"0821S 07434W",
25789 ,"US","UCA","Utica","Utica","NY","---4----","AI","9601",,,
D2013-1_UNLOCODE_CodeListPart1.csv6845 "+","BR","UCA","Ia�u","Iacu","BA","--3-----","RL","1301",,"1245S 04013W",
18448 "+","DE","UCA","Buchenau","Buchenau","TH","--3-----","RL","1301",,"5104N 01016E",
41487 ,"FR","UCA","Saint-Luc","Saint-Luc","76","--3-----","RL","1101",,"4959N 00114E",""

12