Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp898 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 ctype
1247 ctype<char>::__classic_upper_table() noexcept in __classic_upper_table() function in ctype
1260 ctype<char>::__classic_upper_table() noexcept in __classic_upper_table() function in ctype
1275 ctype<char>::__classic_upper_table() _NOEXCEPT in __classic_upper_table() function in ctype
/llvm-project-15.0.7/libcxx/include/
H A D__locale763 static const int* __classic_upper_table() _NOEXCEPT;
767 static const short* __classic_upper_table() _NOEXCEPT;
771 static const unsigned short* __classic_upper_table() _NOEXCEPT;