Searched refs:wcscoll_l (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/android/support/src/musl-locale/ |
D | wcscoll.c | 7 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);
|
D | wcscoll_l.c | 3 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/ |
D | xlocale.h | 102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 87 #define wcscoll_l _wcscoll_l macro
|
/ndk/sources/android/support/include/ |
D | wchar.h | 227 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 248 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/ |
D | xlocale.c | 81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { in wcscoll_l() function
|
/ndk/sources/android/support/ |
D | Android.mk | 33 src/musl-locale/wcscoll_l.c \
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc); in _WLocale_strcmp()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 767 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l); in do_compare()
|