Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp843 return isascii(c) ? ctype<char>::__classic_lower_table()[c] : c; in do_tolower()
856 *low = isascii(*low) ? ctype<char>::__classic_lower_table()[*low] in do_tolower()
957 return static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(c)]); in do_tolower()
960 static_cast<char>(__classic_lower_table()[static_cast<size_t>(c)]) : c; in do_tolower()
973 *low = static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(*low)]); in do_tolower()
975 …*low = isascii(*low) ? static_cast<char>(__classic_lower_table()[static_cast<size_t>(*low)]) : *lo… in do_tolower()
1137 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
1149 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
1162 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
/external/libcxx/include/
D__locale629 static const int* __classic_lower_table() _NOEXCEPT;
633 static const short* __classic_lower_table() _NOEXCEPT;