/ndk/sources/cxx-stl/llvm-libc++/include/support/android/ |
ctype.h | 37 int toupper_l(int c, locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/ |
locale_win32.h | 76 #define toupper_l _toupper_l macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/ |
xlocale.h | 86 int toupper_l(int __c, locale_t __l);
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/ |
xlocale.c | 133 int toupper_l(int __c, locale_t __l) { function
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
locale.cpp | 1047 return static_cast<char>(toupper_l(c, __l)); 1054 *low = static_cast<char>(toupper_l(*low, __l)); [all...] |