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

/external/libcxx/include/support/android/
H A Dlocale_bionic.h135 static inline int strcoll_l(const char *s1, const char *s2, locale_t) { function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h85 #define strcoll_l _strcoll_l macro
/external/libcxx/include/support/ibm/
H A Dxlocale.h243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
/external/libcxx/include/support/solaris/
H A Dxlocale.h101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
/external/libcxx/src/support/solaris/
H A Dxlocale.c87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { function
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
/external/libcxx/src/
H A Dlocale.cpp687 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);

Completed in 124 milliseconds