/external/libcxx/include/support/win32/ |
locale_win32.h | 89 #define toupper_l _toupper_l macro
|
/external/libcxx/include/support/xlocale/ |
xlocale.h | 121 static inline int toupper_l(int c, locale_t) { function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 89 #define toupper_l _toupper_l macro
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 89 #define toupper_l _toupper_l macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ctype.h | 268 extern int toupper_l (int __c, __locale_t __l) __THROW; 276 # define toupper_l(c, locale) __toupper_l ((c), (locale)) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ctype.h | 294 extern int toupper_l (int __c, __locale_t __l) __THROW; 302 # define toupper_l(c, locale) __toupper_l ((c), (locale)) macro
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 222 int toupper_l(int c, locale_t locale) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 222 int toupper_l(int c, locale_t locale) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 95 int toupper_l(int __c, locale_t __l);
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 222 int toupper_l(int c, locale_t locale) function
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 95 int toupper_l(int __c, locale_t __l);
|
/ndk/sources/android/support/ |
Android.mk | 88 src/musl-locale/toupper_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 141 int toupper_l(int __c, locale_t __l) { function
|
/external/libcxx/src/ |
locale.cpp | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 1184 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); [all...] |