Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Dlocale.cpp1022 const short* ctype<char>::__classic_lower_table() noexcept { return _C_tolower_tab_ + 1; } in __classic_lower_table() function in ctype
1013 const int* ctype<char>::__classic_lower_table() noexcept { return _LIBCPP_GET_C_LOCALE->__ctype_tolower; } __classic_lower_table() function in ctype
1017 const short* ctype<char>::__classic_lower_table() noexcept { return _C_tolower_tab_ + 1; } __classic_lower_table() function in ctype
1026 const unsigned short* ctype<char>::__classic_lower_table() _NOEXCEPT { __classic_lower_table() function in ctype
[all...]