Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Deuc.c51 static size_t _EUC_wcrtomb_impl(char *_RESTRICT_KYWD, wchar_t,
146 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_CN_wcrtomb()
191 return (_EUC_wcrtomb_impl(s, wc, ps, 0, 0, 0, 0)); in _EUC_KR_wcrtomb()
236 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 2, SS3, 3)); in _EUC_JP_wcrtomb()
281 return (_EUC_wcrtomb_impl(s, wc, ps, SS2, 4, 0, 0)); in _EUC_TW_wcrtomb()
378 _EUC_wcrtomb_impl(char *_RESTRICT_KYWD s, wchar_t wc, in _EUC_wcrtomb_impl() function