Searched refs:get_ibm_by_utf (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/iconv_modules/common/ |
H A D | utf8%ibm.c | 40 int get_ibm_by_utf(_icv_state *st, char c1, char c2, int *unidx, 177 n = get_ibm_by_utf(st, c1, c2, &unidx, &ibm_code); in _icv_iconv() 232 int get_ibm_by_utf(st, c1, c2, unidx, ibm_code) in get_ibm_by_utf() function
|
H A D | cnv_utf8ibm.c | 167 n = get_ibm_by_utf(st, c1, c2, &unidx, &ibm_code); in _icv_iconv() 222 int get_ibm_by_utf(st, c1, c2, unidx, ibm_code) in get_ibm_by_utf() function
|