Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c52 static int8_t ko_to_utf8(uint32_t ko_val, uchar_t *ob, uchar_t *obtail,
537 ko_to_utf8(uint32_t ko_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val, in ko_to_utf8() argument
545 if (KICONV_KO_IS_UDC_IN_EUC(ko_val)) { in ko_to_utf8()
549 u32 = (ko_val & 0xFF) + (((ko_val & 0xFF00) == 0xC900) ? in ko_to_utf8()
557 index = kiconv_binsearch(ko_val, table, nitems); in ko_to_utf8()