Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c82 static int8_t big5hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob,
84 static int8_t cp950hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob,
691 cp950hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob, uchar_t *obtail, in cp950hkscs_to_utf8() argument
694 return (big5_to_utf8_common(hkscs_val, ob, obtail, ret_val, in cp950hkscs_to_utf8()
815 big5hkscs_to_utf8(uint32_t hkscs_val, uchar_t *ob, uchar_t *obtail, in big5hkscs_to_utf8() argument
822 index = kiconv_binsearch(hkscs_val, kiconv_hkscs_utf8, in big5hkscs_to_utf8()