Home
last modified time | relevance | path

Searched refs:strcoll_l (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/include/support/android/
Dlocale_bionic.h135 static inline int strcoll_l(const char *s1, const char *s2, locale_t) { in strcoll_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h85 #define strcoll_l _strcoll_l macro
/external/libcxx/include/support/solaris/
Dxlocale.h101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
/external/libcxx/include/support/ibm/
Dxlocale.h243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l() function
/external/libcxx/src/support/solaris/
Dxlocale.c87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { in strcoll_l() function
/external/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c373 ret = strcoll_l(buf1, buf2, (locale_t)__loc); in _Locale_strcmp()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3223 fun:strcoll_l=uninstrumented
/external/libcxx/src/
Dlocale.cpp687 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l); in do_compare()