Searched defs:tolower (Results 1 – 13 of 13) sorted by relevance
18 int LLVM_LIBC_ENTRYPOINT(tolower)(int c) { in LLVM_LIBC_ENTRYPOINT() argument
44 int tolower (int c) in tolower() function
68 #define tolower(c) undefined_tolower(c) macro
737 #define tolower(c) towlower(btowc(c)) macro
252 tolower(){ function
631 #define tolower(c) towlower(btowc(c)) macro
191 public final int tolower(int c) { in tolower() method in UCaseProps
187 public final int tolower(int c) { in tolower() method in UCaseProps
274 pub fn tolower(c: c_int) -> c_int; in tolower() function
419 pub fn tolower(c: c_int) -> c_int; in tolower() function
429 pub fn tolower(c: c_int) -> c_int; in tolower() function
1086 pub fn tolower(c: c_int) -> c_int; in tolower() function
3361 pub fn tolower(c: c_int) -> c_int; in tolower() function