Searched refs:__classic_lower_table (Results 1 – 2 of 2) sorted by relevance
843 return isascii(c) ? ctype<char>::__classic_lower_table()[c] : c; in do_tolower()857 *low = isascii(*low) ? ctype<char>::__classic_lower_table()[*low] in do_tolower()958 return static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(c)]); in do_tolower()961 static_cast<char>(__classic_lower_table()[static_cast<size_t>(c)]) : c; in do_tolower()974 *low = static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(*low)]); in do_tolower()976 …*low = isascii(*low) ? static_cast<char>(__classic_lower_table()[static_cast<size_t>(*low)]) : *lo… in do_tolower()1142 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype1154 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype1167 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
637 static const int* __classic_lower_table() _NOEXCEPT;641 static const short* __classic_lower_table() _NOEXCEPT;