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

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
strcoll_l.c 4 int strcoll_l(const char *l, const char *r, locale_t loc) function
strcoll.c 6 int strcoll_l(const char *l, const char *r, locale_t loc) function
13 return strcoll_l(l, r, 0);
16 weak_alias(__strcoll_l, strcoll_l);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
strcoll_l.c 4 int strcoll_l(const char *l, const char *r, locale_t loc) function
strcoll.c 6 int strcoll_l(const char *l, const char *r, locale_t loc) function
13 return strcoll_l(l, r, 0);
16 weak_alias(__strcoll_l, strcoll_l);
  /bionic/libc/bionic/
locale.cpp 186 int strcoll_l(const char* s1, const char* s2, locale_t) { function
  /external/libcxx/include/support/win32/
locale_win32.h 70 #define strcoll_l _strcoll_l macro
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 135 inline _LIBCPP_ALWAYS_INLINE int strcoll_l(const char *s1, const char *s2, function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 69 #define strcoll_l _strcoll_l macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 135 inline _LIBCPP_ALWAYS_INLINE int strcoll_l(const char *s1, const char *s2, function
  /external/libcxx/include/support/ibm/
xlocale.h 188 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 85 #define strcoll_l _strcoll_l macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 85 #define strcoll_l _strcoll_l macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/ibm/
xlocale.h 188 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function

Completed in 378 milliseconds