Searched refs:to_upper_impl (Results 1 – 1 of 1) sorted by relevance
701 static CharT to_upper_impl(CharT c) { in to_upper_impl() function743 wchar_t ctype<wchar_t>::do_toupper(char_type c) const { return to_upper_impl(c); } in do_toupper()747 *low = to_upper_impl(*low); in do_toupper()799 char ctype<char>::do_toupper(char_type c) const { return to_upper_impl(c); } in do_toupper()803 *low = to_upper_impl(*low); in do_toupper()