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

/external/libcxx/include/support/win32/
H A Dlocale_win32.h85 #define strcoll_l _strcoll_l macro
/external/libcxx/include/support/xlocale/
H A Dxlocale.h137 static inline int strcoll_l(const char *s1, const char *s2, locale_t) { function
/external/libcxx/include/support/ibm/
H A Dxlocale.h243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) function
/external/libcxx/src/
H A Dlocale.cpp690 int r = strcoll_l(lhs.c_str(), rhs.c_str(), __l);

Completed in 37 milliseconds