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

1 2

  /ndk/sources/android/support/src/musl-locale/
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);
strcoll_l.c 4 int strcoll_l(const char *l, const char *r, locale_t loc) function
  /ndk/sources/android/support/include/
string.h 41 int strcoll_l(const char*, const char*, locale_t);
  /prebuilts/ndk/current/sources/android/support/include/
string.h 41 int strcoll_l(const char*, const char*, locale_t);
  /external/libcxx/include/support/win32/
locale_win32.h 85 #define strcoll_l _strcoll_l macro
  /external/libcxx/include/support/xlocale/
xlocale.h 137 static inline int strcoll_l(const char *s1, const char *s2, locale_t) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 85 #define strcoll_l _strcoll_l macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 85 #define strcoll_l _strcoll_l macro
  /bionic/libc/bionic/
locale.cpp 187 int strcoll_l(const char* s1, const char* s2, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
  /ndk/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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
  /prebuilts/ndk/current/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/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
  /bionic/libc/include/
string.h 115 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /development/ndk/platforms/android-21/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /ndk/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/current/platforms/android-21/arch-arm/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
string.h 92 extern int strcoll_l(const char *, const char *, locale_t) __purefunc;

Completed in 228 milliseconds

1 2