/ndk/sources/android/support/src/musl-locale/ |
islower_l.c | 3 int islower_l(int c, locale_t l) function
|
/bionic/libc/bionic/ |
ctype.cpp | 55 int islower_l(int c, locale_t) { function
|
/ndk/sources/android/support/include/ |
ctype.h | 52 int islower_l(int, locale_t);
|
/prebuilts/ndk/9/sources/android/support/include/ |
ctype.h | 52 int islower_l(int, locale_t);
|
/bionic/libc/include/ |
ctype.h | 82 int islower_l(int, locale_t);
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/ |
ctype.h | 84 int islower_l(int, locale_t);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/ |
ctype.h | 84 int islower_l(int, locale_t);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/ |
ctype.h | 84 int islower_l(int, locale_t);
|
/ndk/sources/android/support/ |
Android.mk | 13 src/musl-locale/islower_l.c \ 91 src/musl-locale/islower_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0001-android-Add-locale-support.patch | 73 *low = (isascii(*low) && islower_l(*low, __cloc())) ? (*low-L'a'+L'A') : *low; 100 return (isascii(c) && islower_l(c, __cloc())) ? c-'a'+'A' : c; 109 *low = (isascii(*low) && islower_l(*low, __cloc())) ? *low-'a'+'A' : *low;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
ctype.h | 251 __exctype_l (islower_l); variable 304 # define islower_l(c,l) __islower_l ((c), (l)) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ctype.h | 251 __exctype_l (islower_l); variable 304 # define islower_l(c,l) __islower_l ((c), (l)) macro
|
/external/libcxx/include/support/android/ |
locale_bionic.h | 47 static inline int islower_l(int c, locale_t) { function
|
/external/libcxx/include/support/solaris/ |
xlocale.h | 73 int islower_l(int,locale_t);
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 71 islower_l(int c, _locale_t loc) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 73 int islower_l(int,locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 71 islower_l(int c, _locale_t loc) function
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 73 int islower_l(int,locale_t);
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 71 islower_l(int c, _locale_t loc) function
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 111 int islower_l(int c, locale_t locale) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 111 int islower_l(int c, locale_t locale) function
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 111 int islower_l(int c, locale_t locale) function
|
/ndk/build/tools/ |
build-cxx-stl.sh | 389 ../../android/support/src/musl-locale/islower_l.c \ 457 ../../android/support/src/musl-locale/islower_l.c \
|
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |