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 ctype 743 const wchar_t* ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype 817 char ctype<char>::do_toupper(char_type c) const { do_toupper() function in ctype 829 const char* ctype<char>::do_toupper(char_type* low, const char_type* high) const { do_toupper() function in ctype 1066 char ctype_byname<char>::do_toupper(char_type c) const { do_toupper() function in ctype_byname 1070 const char* ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const { do_toupper() function in ctype_byname 1244 wchar_t ctype_byname<wchar_t>::do_toupper(char_type c) const { return towupper_l(c, __l_); } do_toupper() function in ctype_byname 1246 const wchar_t* ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const { do_toupper() function in ctype_byname