Searched defs:toupper (Results 1 – 5 of 5) 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
227 toupper(){ function
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