/ndk/sources/android/support/src/musl-locale/ |
tolower_l.c | 3 int tolower_l(int c, locale_t l) function
|
/ndk/sources/android/support/include/ |
ctype.h | 53 int tolower_l(int, locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 87 int tolower_l(int __c, locale_t __l);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ctype.h | 264 extern int tolower_l (int __c, __locale_t __l) __THROW; 275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ctype.h | 264 extern int tolower_l (int __c, __locale_t __l) __THROW; 275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ctype.h | 264 extern int tolower_l (int __c, __locale_t __l) __THROW; 275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro
|
/ndk/sources/android/support/ |
Android.mk | 89 src/musl-locale/tolower_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 90 #define tolower_l _tolower_l macro
|
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 639 extern int tolower_l(int, void*) __attribute__((weak)); \ 643 c1 = tolower_l(*(unsigned char *)s1, locale); \ 644 c2 = tolower_l(*(unsigned char *)s2, locale); \ 673 extern int tolower_l(int, void*) __attribute__((weak)); \ 681 if (tolower_l(*(unsigned char*)s1, locale) \ 682 < tolower_l(*(unsigned char*)s2, locale)) return -1; \ 683 if (tolower_l(*(unsigned char*)s1, locale) \ 684 > tolower_l(*(unsigned char*)s2, locale)) return 1; \ [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 138 int tolower_l(int __c, locale_t __l) { function
|
/ndk/build/tools/ |
build-cxx-stl.sh | 309 ../../android/support/src/musl-locale/tolower_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 1133 return static_cast<char>(tolower_l(static_cast<unsigned char>(c), __l)); 1140 *low = static_cast<char>(tolower_l(static_cast<unsigned char>(*low), __l)); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libc.a | 333 *g6 *jb *m? *p? *s? *w *z: *J *J *?? *?? *?? *?? *?? *?? *? *? *? *?? *?? +? + 6 + 6 + 6 + 6 + 6 +5? +QZ +QZ +QZ +Z? +Z? +Z? +Z? +e? +k? +k? +v? +v? +v? +z? +z? +z? +z? +z? +?B +?B +?^ +?^ +?. +?? +?? +?? +?? +?? +?? +?? +?? +?& |