/ndk/sources/android/support/src/musl-locale/ |
strcoll_l.c | 4 int strcoll_l(const char *l, const char *r, locale_t loc) function
|
/ndk/sources/android/support/include/ |
string.h | 38 int strcoll_l(const char*, const char*, locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
locale_win32.h | 85 #define strcoll_l _strcoll_l macro
|
/ndk/sources/android/support/ |
Android.mk | 82 src/musl-locale/strcoll_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
xlocale.h | 92 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 79 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
string.h | 121 extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 121 extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 121 extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
|
/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);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 665 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l); [all...] |