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

/freebsd-13-stable/lib/libc/locale/
H A Dmbrtoc32_iconv.c4 #define mbrtocXX_l mbrtoc32_l
H A Dmbrtoc32.c37 mbrtoc32_l(char32_t * __restrict pc32, const char * __restrict s, size_t n, function
54 return (mbrtoc32_l(pc32, s, n, ps, __get_locale()));
H A Dmbrtoc16.c54 * Call straight into mbrtoc32_l() if we don't need to return a
60 return (mbrtoc32_l(NULL, s, n, &cs->c32_mbstate, locale));
70 len = mbrtoc32_l(&c32, s, n, &cs->c32_mbstate, locale);
/freebsd-13-stable/include/xlocale/
H A D_uchar.h45 size_t mbrtoc32_l(char32_t * __restrict, const char * __restrict, size_t,

Completed in 115 milliseconds