Searched defs:tolower (Results 1 – 7 of 7) sorted by relevance
61 tolower () { function
245 tolower(){ function
232 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro
151 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } in wchar_t() argument
216 HChar VG_(tolower) ( HChar c ) in VG_() argument