Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c84 static int8_t euctw_to_utf8(size_t plane_no, uint32_t euctw_val,
442 sz = euctw_to_utf8(plane_no, euctw_val, ob, obtail, &ret_val); in kiconv_fr_euctw()
528 sz = euctw_to_utf8(plane_no, euctw_val, ob, obtail, &ret_val); in kiconvstr_fr_euctw()
720 euctw_to_utf8(size_t plane_no, uint32_t euctw_val, uchar_t *ob, in euctw_to_utf8() function