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

1 2 3

  /ndk/sources/android/support/src/musl-locale/
wcscoll_l.c 3 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) function
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);
  /bionic/libc/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /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/solaris/
xlocale.h 102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
  /external/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /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);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libc.so 
  /bionic/libc/bionic/
wchar.cpp 225 int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) { function
  /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/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 \

Completed in 1434 milliseconds

1 2 3