Searched defs:do_tolower (Results 1 – 1 of 1) sorted by relevance
755 wchar_t ctype<wchar_t>::do_tolower(char_type c) const { in do_tolower() function in ctype765 const wchar_t* ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const { in do_tolower() function in ctype843 char ctype<char>::do_tolower(char_type c) const { in do_tolower() function in ctype855 const char* ctype<char>::do_tolower(char_type* low, const char_type* high) const { in do_tolower() function in ctype1076 char ctype_byname<char>::do_tolower(char_type c) const { in do_tolower() function in ctype_byname1080 const char* ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const { in do_tolower() function in ctype_byname1252 wchar_t ctype_byname<wchar_t>::do_tolower(char_type c) const { return towlower_l(c, __l_); } in do_tolower() function in ctype_byname1254 const wchar_t* ctype_byname<wchar_t>::do_tolower(char_type* low, const char_type* high) const { in do_tolower() function in ctype_byname