/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CasingInfo.java | 49 private Map<String, Map<Category, CasingTypeAndErrFlag>> casing; field in CasingInfo 57 casing = CldrUtility.newConcurrentHashMap(); in CasingInfo() 66 casing = CldrUtility.newConcurrentHashMap(); in CasingInfo() 79 if (!casing.containsKey(localeID)) { in getLocaleCasing() 81 synchronized (casing) { in getLocaleCasing() 84 handler.addParsedResult(casing); in getLocaleCasing() 86 if (!casing.containsKey(localeID)) { in getLocaleCasing() 89 casing.put(localeID, getLocaleCasing(parentID)); in getLocaleCasing() 95 return casing.get(localeID); in getLocaleCasing() 179 Set<String> locales = casing.keySet(); in createCasingSummary() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CoreCoverageInfo.java | 42 casing, enumConstant 205 if (hasFile(SpecialDir.casing, baseLanguage)) { in getCoreCoverageInfo() 206 result.add(CoreItems.casing); in getCoreCoverageInfo() 208 detailedErrors.put(CoreItems.casing, "//ldml/metadata/casingData/"); in getCoreCoverageInfo() 211 result.add(CoreItems.casing); in getCoreCoverageInfo() 256 transforms, collation, casing enumConstant
|
D | Factory.java | 90 main, supplemental, bcp47, casing, collation, dtd, rbnf, segments, transforms, other enumConstant
|
/external/icu/icu4c/source/test/testdata/ |
D | casing.txt | 10 casing:table(nofallback) { 12 Description { "This is test data file for string casing." } 36 { "aBiσßς/ffi", "ABİΣSSΣ/FFI", "az" } // az same casing as tr
|
D | testdata.mak | 33 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conve… 40 casing.res
|
D | Makefile.in | 145 TEST_RES = $(TEST_RES_SOURCE) $(TEST_RES_LOCAL) casing.txt mc.txt root.txt sh.txt sh_YU.txt te.txt …
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCasingTransforms.txt | 2 # source ; transform ; result ; same as special casing 4 …ransform are empty, they will be copied from previous. this is also to for "same as special casing"
|
D | TestTransforms.java | 552 private Transliterator checkString(String locale, Casing casing, in checkString() argument 555 + casing); in checkString() 564 switch (casing) { in checkString() 581 if (!assertEquals(locale + "-" + casing + " Vs SpecialCasing", in checkString() 587 assertNotEquals(locale + "-" + casing + "Vs SpecialCasing", in checkString()
|
D | TestCLDRFile.java | 637 main, annotations, annotationsDerived, casing, collation, rbnf, segments, subdivisions enumConstant
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 13 # properties, but rather provides additional information about the casing of 14 # Unicode characters, for situations when casing incurs a change in string length 21 # Note that the preferred mechanism for defining tailored casing operations is 40 # or casing contexts, separated by spaces. In these conditions: 42 # - The casing context is always the context of the characters in the original string, 50 # A casing context for a character is defined by Section 3.13 Default Case Algorithms 119 # This process can be achieved by first transforming the text to NFC before casing. 200 # The remainder of this file provides conditional casing data used to produce
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | SpecialCasing.txt | 13 # properties, but rather provides additional information about the casing of 14 # Unicode characters, for situations when casing incurs a change in string length 21 # Note that the preferred mechanism for defining tailored casing operations is 40 # or casing contexts, separated by spaces. In these conditions: 42 # - The casing context is always the context of the characters in the original string, 50 # A casing context for a character is defined by Section 3.13 Default Case Algorithms 119 # This process can be achieved by first transforming the text to NFC before casing. 200 # The remainder of this file provides conditional casing data used to produce
|
/external/icu/icu4c/source/data/unidata/ |
D | SpecialCasing.txt | 13 # properties, but rather provides additional information about the casing of 14 # Unicode characters, for situations when casing incurs a change in string length 21 # Note that the preferred mechanism for defining tailored casing operations is 40 # or casing contexts, separated by spaces. In these conditions: 42 # - The casing context is always the context of the characters in the original string, 50 # A casing context for a character is defined by Section 3.13 Default Case Algorithms 119 # This process can be achieved by first transforming the text to NFC before casing. 200 # The remainder of this file provides conditional casing data used to produce
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 473 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; in TestOpenDirect() local 558 casing=ures_open("testdata", "casing", &errorCode); in TestOpenDirect() 565 item=ures_getByKey(casing, "Info", NULL, &errorCode); in TestOpenDirect() 573 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode); in TestOpenDirect() 578 ures_close(casing); in TestOpenDirect()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | prettyPath.txt | 191 '/layout/inList' > '1-misc|casing|in_lists'; 192 '/layout/inText[@type="' ($avalue) '"]' > '1-misc|casing|' $1;
|
/external/libaom/libaom/ |
D | usage.dox | 6 "special casing." This section describes the interface common to all codecs.
|
/external/pcre/dist2/src/ |
D | pcre2_chartables.c.dist | 32 /* This table is a lower casing table. */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fma.ll | 117 ; Without special casing the inline constant check for v_fmac_f32's
|
D | v_mac.ll | 216 ; Without special casing the inline constant check for v_mac_f32's
|
/external/libvpx/libvpx/ |
D | usage.dox | 6 "special casing." This section describes the interface common to all codecs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | icmp-add.ll | 202 ; Comparison with 0 doesn't need special-casing.
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCPeerConnectionTest.mm | 209 // special-casing from the observer!).
|
/external/javapoet/ |
D | CHANGELOG.md | 258 * Correct casing of `emitSingleLineComment`.
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 46 cases samplesort was special-casing the snot out of. I believe that lists 675 samplesort special-casing at most one ascending run at the start, then 678 [2, 1]. Gratifyingly, timsort doesn't do any special-casing, so had to be
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 46 cases samplesort was special-casing the snot out of. I believe that lists 675 samplesort special-casing at most one ascending run at the start, then 678 [2, 1]. Gratifyingly, timsort doesn't do any special-casing, so had to be
|
/external/okhttp/ |
D | CHANGELOG.md | 807 * Correct casing of SSL in method names (`getSslSocketFactory`/`setSslSocketFactory`).
|