Searched refs:wctob_l (Results 1 – 4 of 4) sorted by relevance
77 int wctob_l( wint_t c, locale_t loc ) in wctob_l() function
52 int wctob_l( wint_t c, locale_t loc );
1434 int r = wctob_l(c, __l); in do_narrow()1447 int r = wctob_l(*low, __l); in do_narrow()
272 return wctob_l(__c, __l);