Searched refs:strcoll_l (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 135 static inline int strcoll_l(const char *s1, const char *s2, locale_t) { in strcoll_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 85 #define strcoll_l _strcoll_l macro
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l() function
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { in strcoll_l() function
|
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 373 ret = strcoll_l(buf1, buf2, (locale_t)__loc); in _Locale_strcmp()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3223 fun:strcoll_l=uninstrumented
|
/external/libcxx/src/ |
D | locale.cpp | 687 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l); in do_compare()
|