/external/musl/src/ctype/ |
D | toupper.c | 3 int toupper(int c) in toupper() function
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/ |
D | RuntimeSupport.c | 53 int toupper (int c) in toupper() function
|
/external/python/cpython2/Include/ |
D | bytes_methods.h | 70 #define toupper(c) undefined_toupper(c) macro
|
D | pyport.h | 739 #define toupper(c) towupper(btowc(c)) macro
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 248 toupper(){ function
|
/external/python/cpython3/Include/ |
D | pyport.h | 638 #define toupper(c) towupper(btowc(c)) macro
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 207 public final int toupper(int c) { in toupper() method in UCaseProps
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 211 public final int toupper(int c) { in toupper() method in UCaseProps
|
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 559 LocaleInfo *locale, int toupper) in fill_number()
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 603 LocaleInfo *locale, int toupper) in fill_number()
|
/external/rust/crates/itertools/tests/ |
D | test_std.rs | 697 let toupper = |ch: &char| ch.to_uppercase().nth(0).unwrap(); in group_by() localVariable
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 294 pub fn toupper(c: c_int) -> c_int; in toupper() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 420 pub fn toupper(c: c_int) -> c_int; in toupper() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 540 pub fn toupper(c: c_int) -> c_int; in toupper() function
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 438 pub fn toupper(c: c_int) -> c_int; in toupper() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1094 pub fn toupper(c: c_int) -> c_int; in toupper() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3366 pub fn toupper(c: c_int) -> c_int; in toupper() function
|