Searched refs:_EUC_wcrtomb_impl (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/locale/ |
H A D | euc.c | 56 static size_t _EUC_wcrtomb_impl(char * __restrict, wchar_t, 155 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_CN_wcrtomb() 202 return (_EUC_wcrtomb_impl(s, wc, ps, 0, 0, 0, 0)); in _EUC_KR_wcrtomb() 249 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3)); in _EUC_JP_wcrtomb() 296 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_TW_wcrtomb() 385 _EUC_wcrtomb_impl(char * __restrict s, wchar_t wc, in _EUC_wcrtomb_impl() function
|