Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 17 of 17) 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/libvpx/build/make/
Dconfigure.sh248 toupper(){ function
/external/python/cpython3/Include/
Dpyport.h638 #define toupper(c) towupper(btowc(c)) macro
/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/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java211 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.rs697 let toupper = |ch: &char| ch.to_uppercase().nth(0).unwrap(); in group_by() localVariable
/external/rust/crates/libc/src/windows/
Dmod.rs294 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/unix/
Dmod.rs420 pub fn toupper(c: c_int) -> c_int; in toupper() function
/external/rust/crates/libc/src/
Dwasi.rs540 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.rs3366 pub fn toupper(c: c_int) -> c_int; in toupper() function