Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/ctype/
Dtolower.c3 int tolower(int c) in tolower() function
/third_party/musl/porting/liteos_a/kernel/src/ctype/
Dtolower.c3 int tolower(int c) in tolower() function
/third_party/musl/src/ctype/
Dtolower.c3 int tolower(int c) in tolower() function
/third_party/musl/porting/liteos_m/kernel/src/ctype/
Dtolower.c3 int tolower(int c) in tolower() function
/third_party/python/Include/
Dpyport.h491 #define tolower(c) towlower(btowc(c)) macro
/third_party/ffmpeg/
Dconfigure569 tolower(){ function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java191 public final int tolower(int c) { in tolower() method in UCaseProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java187 public final int tolower(int c) { in tolower() method in UCaseProps
/third_party/rust/crates/libc/src/windows/
Dmod.rs303 pub fn tolower(c: c_int) -> c_int; in tolower() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs446 pub fn tolower(c: c_int) -> c_int; in tolower() function
/third_party/rust/crates/libc/src/
Dwasi.rs538 pub fn tolower(c: c_int) -> c_int; in tolower() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs437 pub fn tolower(c: c_int) -> c_int; in tolower() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1093 pub fn tolower(c: c_int) -> c_int; in tolower() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3376 pub fn tolower(c: c_int) -> c_int; in tolower() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp28026 tolower(char_type __c) const in tolower() function in std::__ctype_abstract_base
28030 tolower(char_type* __lo, const char_type* __hi) const in tolower() function in std::__ctype_abstract_base
28213 tolower(char_type __c) const in tolower() function in std::ctype
28217 tolower(char_type* __lo, const char_type* __hi) const in tolower() function in std::ctype
29180 tolower(_CharT __c, const locale& __loc) in tolower() function