HomeSort by relevance Sort by last modified time
    Searched refs:wcscoll_l (Results 26 - 40 of 40) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
wchar.h 158 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/sources/android/support/include/
wchar.h 222 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
  /prebuilts/ndk/current/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/current/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);
  /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
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 203 extern int wcscoll_l (__const wchar_t *__s1, __const wchar_t *__s2,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 203 extern int wcscoll_l (__const wchar_t *__s1, __const wchar_t *__s2,
  /external/libcxx/src/
locale.cpp 742 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 767 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l);
    [all...]

Completed in 1765 milliseconds

12