Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp814 return isascii(c) ? ctype<char>::__classic_upper_table()[c] : c; in do_toupper()
828 *low = isascii(*low) ? ctype<char>::__classic_upper_table()[*low] in do_toupper()
924 return static_cast<char>(__classic_upper_table()[static_cast<unsigned char>(c)]); in do_toupper()
927 static_cast<char>(__classic_upper_table()[static_cast<unsigned char>(c)]) : c; in do_toupper()
941 *low = static_cast<char>(__classic_upper_table()[static_cast<unsigned char>(*low)]); in do_toupper()
944 static_cast<char>(__classic_upper_table()[static_cast<size_t>(*low)]) : *low; in do_toupper()
1148 ctype<char>::__classic_upper_table() _NOEXCEPT in __classic_upper_table() function in ctype
1160 ctype<char>::__classic_upper_table() _NOEXCEPT in __classic_upper_table() function in ctype
1173 ctype<char>::__classic_upper_table() _NOEXCEPT in __classic_upper_table() function in ctype
/external/libcxx/include/
D__locale636 static const int* __classic_upper_table() _NOEXCEPT;
640 static const short* __classic_upper_table() _NOEXCEPT;