HomeSort by relevance Sort by last modified time
    Searched defs:wcscoll_l (Results 1 - 12 of 12) sorted by null

  /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/bionic/
wchar.cpp 225 int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) { 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/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
  /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/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /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/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro
  /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/win32/
locale_win32.h 87 #define wcscoll_l _wcscoll_l macro

Completed in 666 milliseconds