Searched defs:tolower (Results 1 – 10 of 10) sorted by relevance
17 static inline int tolower(int c) in tolower() function
15 static inline unsigned char tolower(unsigned char c) in tolower() function
68 #define tolower(c) undefined_tolower(c) macro
737 #define tolower(c) towlower(btowc(c)) macro
114 __ctype_inline int tolower(int __c) in tolower() function
252 tolower(){ function
151 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
187 public final int tolower(int c) { in tolower() method in UCaseProps
191 public final int tolower(int c) { in tolower() method in UCaseProps
249 HChar VG_(tolower) ( HChar c ) in VG_() argument