/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 32 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()
|
D | ucaconf.h | 45 RuleBasedCollator *UCA; // rule-based so rules are available variable
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 45 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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 42 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/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateTransformCharts.java | 475 static Comparator<String> UCA; 480 … UCA = new org.unicode.cldr.util.MultiComparator(UCA2, new UTF16.StringComparator(true, false, 0)); 491 Set<String> latinItems = new TreeSet<String>(UCA); 493 Map<String, String> nonLatinToLatin = new TreeMap<String, String>(UCA); 495 …ng, Boolean>>> latinToTaggedNonLatin = new TreeMap<String, Map<String, Map<String, Boolean>>>(UCA); 496 …ng, Boolean>>> nonLatinToLatinTagged = new TreeMap<String, Map<String, Map<String, Boolean>>>(UCA); 516 Map<String, String> noRoundTrip = new TreeMap<String, String>(UCA); 778 Set<String> extras = new TreeSet<String>(UCA); 784 Set<String> ids = new TreeSet<String>(UCA);
|
D | GenerateSidewaysView.java | 138 static Comparator<Object> UCA; field in GenerateSidewaysView 143 … UCA = new org.unicode.cldr.util.MultiComparator(UCA2, new UTF16.StringComparator(true, false, 0)); 415 Set<String> allLocales = new TreeSet<String>(UCA); in writeCharToLocaleMapping() 416 Set<String> allChars = new TreeSet<String>(UCA); in writeCharToLocaleMapping() 417 Set<String> allStrings = new TreeSet<String>(UCA); in writeCharToLocaleMapping()
|
D | ConvertLanguageData.java | 1729 static RuleBasedCollator UCA = (RuleBasedCollator) Collator field in ConvertLanguageData.GeneralCollator 1732 UCA.setNumericCollation(true); 1741 int result = UCA.compare(s1, s2); in compare()
|
/external/cldr/tools/scripts/uca/ |
D | blankweights.sed | 2 # Helper script for manual review of UCA DUCET and CLDR root collation data files.
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 393 * collation: CLDR collation root, UCA DUCET 395 - UCA DUCET goes into Mark's Unicode tools, see 396 https://sites.google.com/site/unicodetools/home#TOC-UCA 403 cp (Unicode Tools UCA generated)/CollationAuxiliary/* $CLDR_SRC/common/uca/ 481 - refresh just the UCD/UCA-related/derived files, just to be safe 756 * collation: CLDR collation root, UCA DUCET 758 - UCA DUCET goes into Mark's Unicode tools, see 759 https://sites.google.com/site/unicodetools/home#TOC-UCA 761 cp (Unicode Tools UCA generated)/CollationAuxiliary/* $CLDR_SRC/common/uca/ 839 - refresh just the UCD/UCA-related/derived files, just to be safe [all …]
|
D | UCARules.txt | 6 # UCA Version: 11.0.0
|
D | FractionalUCA.txt | 1 # Fractional UCA Table, generated from the UCA DUCET 3 # VERSION: UCA=11.0.0, UCD=11.0.0 9 [UCA version = 11.0.0] 61532 # VALUES BASED ON UCA
|
/external/cldr/common/uca/ |
D | UCA_Rules_SHORT.txt | 6 # UCA Version: 11.0.0
|
D | FractionalUCA_SHORT.txt | 1 # Fractional UCA Table, generated from the UCA DUCET 3 # VERSION: UCA=11.0.0, UCD=11.0.0 9 [UCA version = 11.0.0] 61532 # VALUES BASED ON UCA
|
D | FractionalUCA.txt | 1 # Fractional UCA Table, generated from the UCA DUCET 3 # VERSION: UCA=11.0.0, UCD=11.0.0 9 [UCA version = 11.0.0] 61532 # VALUES BASED ON UCA
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 2301 UCollator *UCA = NULL; in TestOpenBinary() local 2315 UCA = ucol_open("root", &status); in TestOpenBinary() 2316 if((UCA==NULL)||(U_FAILURE(status))) { in TestOpenBinary() 2329 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status); in TestOpenBinary() 2350 ucol_close(UCA); in TestOpenBinary()
|
D | cmsccoll.c | 1202 UCollator *UCA = ucol_open("", &status); 1207 res = ucol_uprv_getCaseBits(UCA, b, blen, &status);
|
/external/u-boot/arch/arm/mach-tegra/tegra20/ |
D | pinmux.c | 345 PIN(UCA, UARTC, RSVD2, GMI, RSVD4),
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 32 # 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/ |
D | collationtest.txt | 34 # Many types of mappings are tested elsewhere, including via the UCA conformance tests. 1236 # (This follows from the UCA spec.) 1293 # (This follows from the UCA spec.) 1618 # The UCA states that primary ignorables should be completely 1642 # The UCA states that primary ignorables should be completely
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 6 # UCA Version: 11.0.0
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 34 # Many types of mappings are tested elsewhere, including via the UCA conformance tests. 1236 # (This follows from the UCA spec.) 1293 # (This follows from the UCA spec.) 1618 # The UCA states that primary ignorables should be completely 1642 # The UCA states that primary ignorables should be completely
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | normalizeForMatchExceptions.txt | 88 # Many of these originally come from the UCA file.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | subdivisionData.txt | 245 AZ-UCA Ucar 3514 department PE-UCA Ukayali ay 3515 department PE-UCA Ukayali qu 3516 department PE-UCA Ucayali es
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 182 "+","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",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 6845 "+","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",""
|