HomeSort by relevance Sort by last modified time
    Searched refs:wcscoll_l (Results 1 - 25 of 40) 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/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /external/libcxx/include/support/xlocale/
xlocale.h 151 static inline int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /prebuilts/ndk/current/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 166 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /development/ndk/platforms/android-21/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
  /ndk/sources/android/support/include/
wchar.h 222 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/current/platforms/android-21/arch-arm/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/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/current/platforms/android-23/arch-arm/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);

Completed in 472 milliseconds

1 2