Home
last modified time | relevance | path

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

/third_party/ffmpeg/ffbuild/
Dlibversion.sh1 toupper(){ function
/third_party/musl/porting/uniproton/kernel/src/ctype/
Dtoupper.c3 int toupper(int c) in toupper() function
/third_party/musl/src/ctype/
Dtoupper.c3 int toupper(int c) in toupper() function
/third_party/musl/porting/liteos_m/kernel/src/ctype/
Dtoupper.c3 int toupper(int c) in toupper() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
Dtoupper.c3 int toupper(int c) in toupper() function
/third_party/python/Include/
Dpyport.h638 #define toupper(c) towupper(btowc(c)) macro
/third_party/ffmpeg/
Dconfigure556 toupper(){ function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java207 public final int toupper(int c) { in toupper() method in UCaseProps
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java211 public final int toupper(int c) { in toupper() method in UCaseProps
/third_party/python/Python/
Dformatter_unicode.c603 LocaleInfo *locale, int toupper) in fill_number()
/third_party/rust/crates/libc/src/windows/
Dmod.rs304 pub fn toupper(c: c_int) -> c_int; in toupper() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs447 pub fn toupper(c: c_int) -> c_int; in toupper() function
/third_party/rust/crates/libc/src/
Dwasi.rs539 pub fn toupper(c: c_int) -> c_int; in toupper() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs438 pub fn toupper(c: c_int) -> c_int; in toupper() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1094 pub fn toupper(c: c_int) -> c_int; in toupper() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3377 pub fn toupper(c: c_int) -> c_int; in toupper() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp28018 toupper(char_type __c) const in toupper() function in std::__ctype_abstract_base
28022 toupper(char_type *__lo, const char_type* __hi) const in toupper() function in std::__ctype_abstract_base
28205 toupper(char_type __c) const in toupper() function in std::ctype
28209 toupper(char_type *__lo, const char_type* __hi) const in toupper() function in std::ctype
29174 toupper(_CharT __c, const locale& __loc) in toupper() function