Home
last modified time | relevance | path

Searched refs:wcscoll_l (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/string/
H A Dwcscoll.c40 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t locale) in wcscoll_l() function
219 return wcscoll_l(ws1, ws2, __get_locale()); in wcscoll()
H A DSymbol.map69 wcscoll_l;
H A Dstrcoll.c98 ret = wcscoll_l(w1, w2, locale); in strcoll_l()
H A DMakefile.inc77 MLINKS+=wcscoll.3 wcscoll_l.3
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
H A Dcollate_members.cc62 int __cmp = wcscoll_l(__one, __two, (locale_t)_M_c_locale_collate); in _M_compare()
/dragonfly/include/xlocale/
H A D_wchar.h45 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);