Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 18 of 18) sorted by relevance

/external/musl/src/ctype/
Dtoupper.c3 int toupper(int c) in toupper() function
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/
DRuntimeSupport.c53 int toupper (int c) in toupper() function
/external/python/cpython2/Include/
Dbytes_methods.h70 #define toupper(c) undefined_toupper(c) macro
Dpyport.h739 #define toupper(c) towupper(btowc(c)) macro
/external/libvpx/build/make/
Dconfigure.sh248 toupper(){ function
/external/python/cpython3/Include/
Dpyport.h638 #define toupper(c) towupper(btowc(c)) macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java211 public final int toupper(int c) { in toupper() method in UCaseProps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java207 public final int toupper(int c) { in toupper() method in UCaseProps
/external/python/cpython2/Objects/stringlib/
Dformatter.h559 LocaleInfo *locale, int toupper) in fill_number()
/external/python/cpython3/Python/
Dformatter_unicode.c603 LocaleInfo *locale, int toupper) in fill_number()
/external/rust/crates/itertools/tests/
Dtest_std.rs695 let toupper = |ch: &char| ch.to_uppercase().next().unwrap(); in group_by() localVariable
/external/AFLplusplus/src/
Dafl-fuzz-redqueen.c2062 u32 toupper = 0, tolower = 0, xor = 0, arith = 0, tohex = 0, fromhex = 0; local
/external/rust/crates/libc/src/windows/
Dmod.rs304 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/unix/
Dmod.rs447 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/
Dwasi.rs539 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/solid/
Dmod.rs438 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1094 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3377 pub fn toupper(c: c_int) -> c_int; in toupper() function