Home
last modified time | relevance | path

Searched defs:do_toupper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp733 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 { in do_toupper() function in ctype
829 const char* ctype<char>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype
1066 char ctype_byname<char>::do_toupper(char_type c) const { in do_toupper() function in ctype_byname
1070 const char* ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype_byname
1244 wchar_t ctype_byname<wchar_t>::do_toupper(char_type c) const { return towupper_l(c, __l_); } in do_toupper() function in ctype_byname
1246 const wchar_t* ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const { in do_toupper() function in ctype_byname