Searched refs:__classic_lower_table (Results 1 – 2 of 2) sorted by relevance
920 return isascii(c) ? ctype<char>::__classic_lower_table()[c] : c; in do_tolower()934 *low = isascii(*low) ? ctype<char>::__classic_lower_table()[*low] in do_tolower()1038 return static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(c)]); in do_tolower()1041 static_cast<char>(__classic_lower_table()[static_cast<size_t>(c)]) : c; in do_tolower()1054 *low = static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(*low)]); in do_tolower()1056 …*low = isascii(*low) ? static_cast<char>(__classic_lower_table()[static_cast<size_t>(*low)]) : *lo… in do_tolower()1222 ctype<char>::__classic_lower_table() noexcept in __classic_lower_table() function in ctype1234 ctype<char>::__classic_lower_table() noexcept in __classic_lower_table() function in ctype1247 ctype<char>::__classic_lower_table() noexcept in __classic_lower_table() function in ctype1259 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
768 static const int* __classic_lower_table() _NOEXCEPT;772 static const short* __classic_lower_table() _NOEXCEPT;776 static const unsigned short* __classic_lower_table() _NOEXCEPT;