Searched defs:toupper (Results 1 – 7 of 7) sorted by relevance
72 #define toupper toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
52 #define toupper(c) __toupper(c) macro
228 toupper(){ function
255 #define toupper(x) sane_case((unsigned char)(x), 0) macro
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } in wchar_t() argument
73 static char toupper(char c) in toupper() function