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

  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
string.h 21 int strcoll_l(const char*, const char*, locale_t);
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 72 #define strcoll_l _strcoll_l macro
  /ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
xlocale.h 92 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
  /ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c 79 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 121 extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 121 extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 121 extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c 21 // ending in _l, like strcoll_l()), as simple wrapper to the non-locale
176 int strcoll_l(const char* s1, const char* s2, locale_t loc) { function
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
  /ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp 657 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);
    [all...]

Completed in 557 milliseconds