Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c50 static int8_t ko_to_utf8(uint32_t ko_val, uchar_t *ob, uchar_t *obtail,
535 ko_to_utf8(uint32_t ko_val, uchar_t *ob, uchar_t *obtail, size_t *ret_val, in ko_to_utf8() argument
543 if (KICONV_KO_IS_UDC_IN_EUC(ko_val)) { in ko_to_utf8()
547 u32 = (ko_val & 0xFF) + (((ko_val & 0xFF00) == 0xC900) ? in ko_to_utf8()
555 index = kiconv_binsearch(ko_val, table, nitems); in ko_to_utf8()