/third_party/ffmpeg/libavformat/ |
D | pcmdec.c | 128 #define PCMDEF_EXT(name, long_name, ext, uppercase, ...) \ argument 129 PCMDEF_3(name, long_name, ext, AV_CODEC_ID_PCM_ ## uppercase, \ 130 CONFIG_PCM_ ## uppercase ## _DEMUXER, __VA_ARGS__) 131 #define PCMDEF(name, long_name, ext, uppercase) \ argument 132 PCMDEF_EXT(name, long_name, ext, uppercase, )
|
D | pcmenc.c | 40 #define PCMDEF(name, long_name, ext, uppercase) \ argument 41 PCMDEF_3(name, long_name, ext, AV_CODEC_ID_PCM_ ## uppercase, \ 42 CONFIG_PCM_ ## uppercase ## _MUXER)
|
/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput2 | 52 …enlowercased, changeswhentitlecased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 53 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 54 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 55 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 56 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 57 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 58 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 59 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 60 …fo, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 61 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… [all …]
|
D | testoutput1 | 44 …encasemapped, changeswhenlowercased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 45 …encasemapped, changeswhenlowercased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 98 …encasemapped, changeswhenlowercased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 100 …encasemapped, changeswhenlowercased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 104 …enlowercased, changeswhentitlecased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 132 …encasemapped, changeswhenlowercased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 134 …encasemapped, changeswhenlowercased, graphemebase, idcontinue, idstart, uppercase, xidcontinue, xi… 181 …on, Other, [alphabetic, cased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 182 …mapped, changeswhenlowercased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… 187 …mapped, changeswhenlowercased, graphemebase, idcontinue, idstart, math, uppercase, xidcontinue, xi… [all …]
|
/third_party/icu/icu4c/source/samples/case/ |
D | case.cpp | 55 UChar uppercase[] = {0x0130, 0x53, 0x54, 0x41, 0x4e, 0x42, 0x55, 0x4C, 0}; in main() local 57 UnicodeString upper(uppercase); in main() 69 u_fprintf(out, "\n\nlowercase=%S, uppercase=%S\n", lowercase, uppercase); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
D | case.cpp | 55 UChar uppercase[] = {0x0130, 0x53, 0x54, 0x41, 0x4e, 0x42, 0x55, 0x4C, 0}; in main() local 57 UnicodeString upper(uppercase); in main() 69 u_fprintf(out, "\n\nlowercase=%S, uppercase=%S\n", lowercase, uppercase); in main()
|
/third_party/rust/crates/heck/src/ |
D | shouty_kebab.rs | 3 use crate::{transform, uppercase}; 43 transform(self.0.as_ref(), uppercase, |f| write!(f, "-"), f) in fmt()
|
D | shouty_snake.rs | 3 use crate::{transform, uppercase}; 57 transform(self.0.as_ref(), uppercase, |f| write!(f, "_"), f) in fmt()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 83 private static char asciiCaseMap(char b, boolean uppercase) { in asciiCaseMap() argument 84 if(uppercase) { in asciiCaseMap() 102 private static char digitToBasic(int digit, boolean uppercase) { in digitToBasic() argument 106 if(uppercase) { in digitToBasic()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Punycode.java | 93 private static char asciiCaseMap(char b, boolean uppercase) { in asciiCaseMap() argument 94 if(uppercase) { in asciiCaseMap() 112 private static char digitToBasic(int digit, boolean uppercase) { in digitToBasic() argument 116 if(uppercase) { in digitToBasic()
|
/third_party/node/deps/cares/m4/ |
D | xc-translit.m4 | 83 dnl characters are converted to uppercase. 97 dnl given in 'extra' argument to uppercase 'P'. For 114 dnl characters are converted to uppercase. 127 dnl given in 'extra' argument to uppercase 'P'. For
|
/third_party/curl/m4/ |
D | xc-translit.m4 | 85 dnl characters are converted to uppercase. 99 dnl given in 'extra' argument to uppercase 'P'. For 116 dnl characters are converted to uppercase. 129 dnl given in 'extra' argument to uppercase 'P'. For
|
/third_party/rust/crates/heck/ |
D | README.md | 15 2. If an uppercase character is followed by lowercase letters, a word boundary 16 is considered to be just prior to that uppercase character. 17 3. If multiple uppercase characters are consecutive, they are considered to be
|
/third_party/node/deps/brotli/c/common/ |
D | transform.c | 261 uint8_t* uppercase = &dst[idx - len]; in BrotliTransformDictionaryWord() local 263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() 264 uppercase += step; in BrotliTransformDictionaryWord()
|
/third_party/skia/third_party/externals/brotli/c/common/ |
D | transform.c | 261 uint8_t* uppercase = &dst[idx - len]; in BrotliTransformDictionaryWord() local 263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() 264 uppercase += step; in BrotliTransformDictionaryWord()
|
/third_party/icu/docs/userguide/transforms/ |
D | casemappings.md | 29 to these variants, which may differ markedly in shape and size, as uppercase 38 case" can also be used to refer to words whose first letter is an uppercase or 46 (uppercase) which form case pairs, but are not used in title case.* 64 A character is considered to have a lowercase, uppercase, or title case 81 lowercase, uppercase or title case equivalent if there is a respective mapping
|
/third_party/pulseaudio/man/ |
D | xmltoman.css | 20 h1 { text-transform:uppercase; font-size: 18pt; } 24 .arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | punycode.cpp | 95 digitToBasic(int32_t digit, UBool uppercase) { in digitToBasic() argument 99 if(uppercase) { in digitToBasic() 132 asciiCaseMap(char b, UBool uppercase) { in asciiCaseMap() argument 133 if(uppercase) { in asciiCaseMap()
|
/third_party/node/deps/icu-small/source/common/ |
D | punycode.cpp | 95 digitToBasic(int32_t digit, UBool uppercase) { in digitToBasic() argument 99 if(uppercase) { in digitToBasic() 132 asciiCaseMap(char b, UBool uppercase) { in asciiCaseMap() argument 133 if(uppercase) { in asciiCaseMap()
|
/third_party/icu/icu4c/source/common/ |
D | punycode.cpp | 95 digitToBasic(int32_t digit, UBool uppercase) { in digitToBasic() argument 99 if(uppercase) { in digitToBasic() 132 asciiCaseMap(char b, UBool uppercase) { in asciiCaseMap() argument 133 if(uppercase) { in asciiCaseMap()
|
/third_party/json/ |
D | .clang-tidy | 32 -hicpp-uppercase-literal-suffix, 47 -readability-uppercase-literal-suffix'
|
/third_party/curl/tests/data/ |
D | test1275 | 21 %SRCDIR/markdown-uppercase.pl %SRCDIR/..
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | D3D12Error.cpp | 32 messageStream << "0x" << std::uppercase << std::setfill('0') << std::setw(8) << std::hex in CheckHRESULTImpl()
|
/third_party/openssl/include/openssl/ |
D | core.h | 196 # pragma names uppercase,truncated
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core.h | 196 # pragma names uppercase,truncated
|