Searched defs:do_toupper (Results 1 – 1 of 1) sorted by relevance
733 wchar_t ctype<wchar_t>::do_toupper(char_type c) const { in do_toupper() function in ctype743 const wchar_t* ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype817 char ctype<char>::do_toupper(char_type c) const { in do_toupper() function in ctype829 const char* ctype<char>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype1066 char ctype_byname<char>::do_toupper(char_type c) const { in do_toupper() function in ctype_byname1070 const char* ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype_byname1244 wchar_t ctype_byname<wchar_t>::do_toupper(char_type c) const { return towupper_l(c, __l_); } in do_toupper() function in ctype_byname1246 const wchar_t* ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype_byname