/ndk/sources/android/support/src/musl-locale/ |
strcoll.c | 6 int strcoll_l(const char *l, const char *r, locale_t loc) function 13 return strcoll_l(l, r, 0); 16 weak_alias(__strcoll_l, strcoll_l);
|
strcoll_l.c | 4 int strcoll_l(const char *l, const char *r, locale_t loc) function
|
/bionic/libc/bionic/ |
strcoll_l.cpp | 31 int strcoll_l(const char *s1, const char *s2, locale_t) { function
|
/ndk/sources/android/support/include/ |
string.h | 40 int strcoll_l(const char*, const char*, locale_t);
|
/prebuilts/ndk/9/sources/android/support/include/ |
string.h | 40 int strcoll_l(const char*, const char*, locale_t);
|
/ndk/sources/android/support/src/ |
locale_support.c | 38 // ending in _l, like strcoll_l()), as simple wrapper to the non-locale
|
/external/libcxx/include/support/android/ |
locale_bionic.h | 135 static inline int strcoll_l(const char *s1, const char *s2, locale_t) { function
|
/external/libcxx/include/support/solaris/ |
xlocale.h | 101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 85 #define strcoll_l _strcoll_l macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 85 #define strcoll_l _strcoll_l macro
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 85 #define strcoll_l _strcoll_l macro
|
/bionic/libc/include/ |
string.h | 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
|
/external/libcxx/src/support/solaris/ |
xlocale.c | 87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { function
|
/ndk/sources/android/support/ |
Android.mk | 26 src/musl-locale/strcoll_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { function
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/ |
string.h | 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/ |
string.h | 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/ |
string.h | 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
xlocale.h | 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
|
/external/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
|