/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-identifier-naming.rst | 9 supports one of the following casing types and tries to convert from one to 23 to the identifiers, regardless of the casing. 96 selected casing. 101 prefixed with the given value (regardless of casing). 111 suffix with the given value (regardless of casing). 200 selected casing. 205 prefixed with the given value (regardless of casing). 215 suffix with the given value (regardless of casing). 248 selected casing. 253 prefixed with the given value (regardless of casing). [all …]
|
/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 207 if (hasFile(SpecialDir.casing, baseLanguage)) { in getCoreCoverageInfo() 208 result.add(CoreItems.casing); in getCoreCoverageInfo() 210 … detailedErrors.put(CoreItems.casing, "//ldml/metadata/casingData/casingItem[@type=\"*\"]"); in getCoreCoverageInfo() 213 result.add(CoreItems.casing); in getCoreCoverageInfo() 258 transforms, collation, casing enumConstant
|
/external/rust/crates/structopt-derive/src/ |
D | attrs.rs | 83 casing: Sp<CasingStyle>, field 232 casing: Sp<CasingStyle>, in new() 243 casing, in new() 275 self.push_method(ident, self.name.clone().translate(*self.casing)); in push_attrs() 360 self.casing = CasingStyle::from_lit(casing_lit); in push_attrs() 613 self.name.clone().translate(*self.casing) in cased_name() 624 pub fn casing(&self) -> Sp<CasingStyle> { in casing() method 625 self.casing.clone() in casing()
|
D | lib.rs | 73 parent_attribute.casing(), in gen_augmentation() 117 parent_attribute.casing(), in gen_augmentation() 259 parent_attribute.casing(), in gen_constructor() 480 parent_attribute.casing(), in gen_augment_clap_enum() 589 parent_attribute.casing(), in gen_from_subcommand()
|
/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
|
/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 | 557 private Transliterator checkString(String locale, Casing casing, in checkString() argument 560 + casing); in checkString() 569 switch (casing) { in checkString() 586 if (!assertEquals(locale + "-" + casing + " Vs SpecialCasing", in checkString() 592 assertNotEquals(locale + "-" + casing + "Vs SpecialCasing", in checkString()
|
/external/rust/crates/structopt/tests/ui/ |
D | rename_all_wrong_casing.stderr | 1 error: unsupported casing: `fail`
|
/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/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/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/testdata/out/testdata/ |
D | testdata.lst | 2 casing.res
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 499 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; in TestOpenDirect() local 584 casing=ures_open("testdata", "casing", &errorCode); in TestOpenDirect() 591 item=ures_getByKey(casing, "Info", NULL, &errorCode); in TestOpenDirect() 599 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode); in TestOpenDirect() 604 ures_close(casing); in TestOpenDirect()
|
/external/pcre/dist2/testdata/ |
D | testinput14 | 41 # UCP and casing tests - except for the first two, these will all fail in 8-bit
|
D | testoutput14-16 | 65 # UCP and casing tests - except for the first two, these will all fail in 8-bit
|
D | testoutput14-32 | 65 # UCP and casing tests - except for the first two, these will all fail in 8-bit
|
/external/libsrtp2/test/ |
D | words.txt | 31 casing
|
/external/zstd/build/cmake/ |
D | README.md | 60 ### Upper/lower casing
|
/external/openscreen/third_party/abseil/src/absl/numeric/ |
D | int128_no_intrinsic.inc | 282 // uint64_t shifts of >= 64 are undefined, so we need some special-casing. 296 // uint64_t shifts of >= 64 are undefined, so we need some special-casing.
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128_no_intrinsic.inc | 282 // uint64_t shifts of >= 64 are undefined, so we need some special-casing. 296 // uint64_t shifts of >= 64 are undefined, so we need some special-casing.
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | int128_no_intrinsic.inc | 282 // uint64_t shifts of >= 64 are undefined, so we need some special-casing. 296 // uint64_t shifts of >= 64 are undefined, so we need some special-casing.
|
/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
D | int128_no_intrinsic.inc | 282 // uint64_t shifts of >= 64 are undefined, so we need some special-casing. 296 // uint64_t shifts of >= 64 are undefined, so we need some special-casing.
|
/external/abseil-cpp/absl/numeric/ |
D | int128_no_intrinsic.inc | 282 // uint64_t shifts of >= 64 are undefined, so we need some special-casing. 296 // uint64_t shifts of >= 64 are undefined, so we need some special-casing.
|
/external/libtextclassifier/abseil-cpp/absl/numeric/ |
D | int128_no_intrinsic.inc | 282 // uint64_t shifts of >= 64 are undefined, so we need some special-casing. 296 // uint64_t shifts of >= 64 are undefined, so we need some special-casing.
|