Searched refs:__classic_upper_table (Results 1 – 2 of 2) sorted by relevance
898 return isascii(c) ? ctype<char>::__classic_upper_table()[c] : c; in do_toupper()912 *low = isascii(*low) ? ctype<char>::__classic_upper_table()[*low] in do_toupper()1011 return static_cast<char>(__classic_upper_table()[static_cast<unsigned char>(c)]); in do_toupper()1014 static_cast<char>(__classic_upper_table()[static_cast<unsigned char>(c)]) : c; in do_toupper()1028 *low = static_cast<char>(__classic_upper_table()[static_cast<unsigned char>(*low)]); in do_toupper()1031 static_cast<char>(__classic_upper_table()[static_cast<size_t>(*low)]) : *low; in do_toupper()1235 ctype<char>::__classic_upper_table() noexcept in __classic_upper_table() function in ctype1247 ctype<char>::__classic_upper_table() noexcept in __classic_upper_table() function in ctype1260 ctype<char>::__classic_upper_table() noexcept in __classic_upper_table() function in ctype1275 ctype<char>::__classic_upper_table() _NOEXCEPT in __classic_upper_table() function in ctype
763 static const int* __classic_upper_table() _NOEXCEPT;767 static const short* __classic_upper_table() _NOEXCEPT;771 static const unsigned short* __classic_upper_table() _NOEXCEPT;