Searched refs:wcscoll_l (Results 1 - 7 of 7) sorted by relevance

/external/libcxx/include/support/android/
H A Dlocale_bionic.h149 static inline int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) { function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h87 #define wcscoll_l _wcscoll_l macro
/external/libcxx/include/support/ibm/
H A Dxlocale.h248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) function
/external/libcxx/include/support/solaris/
H A Dxlocale.h102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
/external/libcxx/src/support/solaris/
H A Dxlocale.c81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { function
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc);
/external/libcxx/src/
H A Dlocale.cpp739 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l);

Completed in 6184 milliseconds