Home
last modified time | relevance | path

Searched refs:wcscoll_l (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/android/support/src/musl-locale/
Dwcscoll.c7 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscoll_l() function
14 return wcscoll_l(l, r, 0); in wcscoll()
17 weak_alias(__wcscoll_l, wcscoll_l);
Dwcscoll_l.c3 int wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) in wcscoll_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h87 #define wcscoll_l _wcscoll_l macro
/ndk/sources/android/support/include/
Dwchar.h227 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { in wcscoll_l() function
/ndk/sources/android/support/
DAndroid.mk33 src/musl-locale/wcscoll_l.c \
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc); in _WLocale_strcmp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp767 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l); in do_compare()