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

/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_stdenc_template.h44 #undef _CE_TO_EI macro
47 #define _CE_TO_EI(_ce_) (_TO_EI((_ce_)->ce_closure)) macro
87 et->et_mb_cur_max = _ENCODING_MB_CUR_MAX(_CE_TO_EI(ce));
97 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce));
107 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
121 ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), &wc, s, n,
125 ret = _FUNCNAME(stdenc_wctocs)(_CE_TO_EI(ce), csid, idx, wc);
144 ret = _FUNCNAME(stdenc_cstowc)(_CE_TO_EI(ce), &wc, csid, idx);
147 ret = _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc,
160 ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(c
[all...]

Completed in 47 milliseconds