Home
last modified time | relevance | path

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

/freebsd/lib/libc/iconv/
H A Dcitrus_stdenc_template.h45 #undef _CE_TO_EI
48 #define _CE_TO_EI(_ce_) (_TO_EI((_ce_)->ce_closure)) macro
93 et->et_mb_cur_max = _ENCODING_MB_CUR_MAX(_CE_TO_EI(ce)); in _FUNCNAME()
94 et->et_mb_cur_min = _ENCODING_MB_CUR_MIN(_CE_TO_EI(ce)); in _FUNCNAME()
104 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce)); in _FUNCNAME()
114 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps)); in _FUNCNAME()
128 ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), &wc, s, n, in _FUNCNAME()
132 ret = _FUNCNAME(stdenc_wctocs)(_CE_TO_EI(ce), csid, idx, wc); in _FUNCNAME()
151 ret = _FUNCNAME(stdenc_cstowc)(_CE_TO_EI(ce), &wc, csid, idx); in _FUNCNAME()
154 ret = _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, in _FUNCNAME()
[all …]