Searched refs:do_toupper (Results 1 – 3 of 3) sorted by relevance
91 char (toupper)(char __c) const { return do_toupper(__c); }93 return do_toupper(__low, __high);123 virtual char do_toupper(char __c) const;125 virtual const char* do_toupper(char* __low, const char* __high) const;153 virtual char do_toupper(char __c) const;156 virtual const char* do_toupper(char*, const char*) const;198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } in wchar_t()200 { return do_toupper(__low, __high); }228 virtual wchar_t do_toupper(wchar_t __c) const;229 virtual const wchar_t* do_toupper(wchar_t*, const wchar_t*) const;[all …]
341 char ctype<char>::do_toupper(char __c) const in do_toupper() function in ctype346 const char* ctype<char>::do_toupper(char* __low, const char* __high) const { in do_toupper() function in ctype424 wchar_t ctype<wchar_t>::do_toupper(wchar_t c) const { in do_toupper() function in ctype430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() function in ctype
69 char ctype_byname<char>::do_toupper(char c) const in do_toupper() function in ctype_byname76 ctype_byname<char>::do_toupper(char* first, const char* last) const { in do_toupper() function in ctype_byname158 wchar_t ctype_byname<wchar_t>::do_toupper(wchar_t c) const in do_toupper() function in ctype_byname162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() function in ctype_byname