Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Ducs_to_unihan.c111 hcode_type unihan; in _icv_iconv() local
112 unihan.code = 0x00; in _icv_iconv()
235 unihan = ucs_to_unihan (u4); in _icv_iconv()
236 if(unihan.byte.byte1 == '\0' && unihan.byte.byte2 == '\0' && unihan.byte.byte3 == '\0') in _icv_iconv()
238 *ob++ = unihan.byte.byte4; in _icv_iconv()
243 *ob++ = (uchar_t) unihan.byte.byte4; in _icv_iconv()
244 *ob++ = (uchar_t) unihan.byte.byte3; in _icv_iconv()
246 *ob++ = (uchar_t) unihan.byte.byte3; in _icv_iconv()
247 *ob++ = (uchar_t) unihan.byte.byte4; in _icv_iconv()