HomeSort by relevance Sort by last modified time
    Searched refs:wcscoll_l (Results 1 - 25 of 28) sorted by null

1 2

  /ndk/sources/android/support/src/musl-locale/
wcscoll.c 7 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) function
14 return wcscoll_l(l, r, 0);
17 weak_alias(__wcscoll_l, wcscoll_l);
wcscoll_l.c 3 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) function
  /external/libcxx/include/support/android/
locale_bionic.h 149 static inline int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) { function
  /external/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /bionic/libc/bionic/
wchar.cpp 225 int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) { function
  /bionic/libc/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /external/libcxx/include/support/ibm/
xlocale.h 248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) function
  /external/libcxx/include/support/solaris/
xlocale.h 102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
  /ndk/sources/android/support/include/
wchar.h 227 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 227 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
  /external/libcxx/src/support/solaris/
xlocale.c 81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { function
  /ndk/sources/android/support/
Android.mk 33 src/musl-locale/wcscoll_l.c \
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 203 extern int wcscoll_l (__const wchar_t *__s1, __const wchar_t *__s2,

Completed in 1083 milliseconds

1 2