Searched refs:wcscoll_l (Results 1 – 6 of 6) sorted by relevance
151 inline _LIBCPP_INLINE_VISIBILITY int wcscoll_l(const wchar_t *ws1, in wcscoll_l() function
193 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l() function
161 #define wcscoll_l _wcscoll_l macro
1994 {'type': 'FUNC', 'name': 'wcscoll_l@GLIBC_2.3'}
3244 fun:wcscoll_l=uninstrumented
753 int r = wcscoll_l(lhs.c_str(), rhs.c_str(), __l); in do_compare()