Home
last modified time | relevance | path

Searched refs:to_upper_impl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp701 static CharT to_upper_impl(CharT c) { in to_upper_impl() function
743 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()