Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0001-android-Add-locale-support.patch78 return isascii(c) ? ctype<char>::__classic_lower_table()[c] : c;
86 *low = isascii(*low) ? ctype<char>::__classic_lower_table()[*low]
114 static_cast<char>(__classic_lower_table()[static_cast<size_t>(c)]) : c;
121 *low = static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(*low)]);
123 …*low = isascii(*low) ? static_cast<char>(__classic_lower_table()[static_cast<size_t>(*low)]) : *lo…
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp875 return isascii(c) ? ctype<char>::__classic_lower_table()[c] : c; in do_tolower()
890 *low = isascii(*low) ? ctype<char>::__classic_lower_table()[*low] in do_tolower()
997 return static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(c)]); in do_tolower()
1000 static_cast<char>(__classic_lower_table()[static_cast<size_t>(c)]) : c; in do_tolower()
1015 *low = static_cast<char>(__classic_lower_table()[static_cast<unsigned char>(*low)]); in do_tolower()
1017 …*low = isascii(*low) ? static_cast<char>(__classic_lower_table()[static_cast<size_t>(*low)]) : *lo… in do_tolower()
1103 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
1115 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
1128 ctype<char>::__classic_lower_table() _NOEXCEPT in __classic_lower_table() function in ctype
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale629 static const int* __classic_lower_table() _NOEXCEPT;
633 static const short* __classic_lower_table() _NOEXCEPT;