Searched refs:do_tolower (Results 1 – 3 of 3) sorted by relevance
96 char (tolower)(char __c) const { return do_tolower(__c); }98 return do_tolower(__low, __high);124 virtual char do_tolower(char __c) const;126 virtual const char* do_tolower(char* __low, const char* __high) const;154 virtual char do_tolower(char __c) const;157 virtual const char* do_tolower(char*, const char*) const;202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } in wchar_t()204 { return do_tolower(__low, __high); }230 virtual wchar_t do_tolower(wchar_t c) const;231 virtual const wchar_t* do_tolower(wchar_t*, const wchar_t*) const;[all …]
343 char ctype<char>::do_tolower(char __c) const in do_tolower() function in ctype351 const char* ctype<char>::do_tolower(char* __low, const char* __high) const { in do_tolower() function in ctype439 wchar_t ctype<wchar_t>::do_tolower(wchar_t c) const { in do_tolower() function in ctype445 ctype<wchar_t>::do_tolower(wchar_t* low, const wchar_t* high) const { in do_tolower() function in ctype
72 char ctype_byname<char>::do_tolower(char c) const in do_tolower() function in ctype_byname83 ctype_byname<char>::do_tolower(char* first, const char* last) const { in do_tolower() function in ctype_byname168 wchar_t ctype_byname<wchar_t>::do_tolower(wchar_t c) const in do_tolower() function in ctype_byname172 ctype_byname<wchar_t>::do_tolower(wchar_t* low, const wchar_t* high) const { in do_tolower() function in ctype_byname