Searched refs:wctob_l (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/libc/locale/
H A Dwctob.c41 wctob_l(wint_t c, locale_t locale) function
55 return wctob_l(c, __get_locale());
/barrelfish-2018-10-04/include/xlocale/
H A D_wchar.h107 int wctob_l(wint_t, locale_t);
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dlocale.cpp1384 int r = wctob_l(c, __l);
1397 int r = wctob_l(*low, __l);

Completed in 99 milliseconds