Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dojh_to_utf_sub.c31 hcode_type _johap82_to_utf8(hcode_type ojh_code) in _johap82_to_utf8() argument
39 if (ojh_code.code < 0xA421 || 0xF3BC < ojh_code.code) { in _johap82_to_utf8()
44 x = ojh_code.johap.chosung - 0x0A; /* 0x0A = 'Kyoug' */ in _johap82_to_utf8()
45 y = ojh_code.johap.joongsung; in _johap82_to_utf8()
47 z = ojh_code.johap.jongsung - 1; in _johap82_to_utf8()
H A Dojh_to_utf_main.c79 hcode_type ojh_code, utf_code; in _icv_iconv() local
88 ojh_code.code = 0; in _icv_iconv()
89 ojh_code.byte.byte3 = *ib; in _icv_iconv()
90 ojh_code.byte.byte4 = *(ib + 1); in _icv_iconv()
92 utf_code = _johap82_to_utf8(ojh_code); in _icv_iconv()
H A Dutf_to_ojh_main.c89 hcode_type utf8_code, ojh_code; in _icv_iconv() local
110 ojh_code = _utf8_to_johap82(utf8_code); in _icv_iconv()
112 if (ojh_code.code != 0) { in _icv_iconv()
114 *ob++ = ojh_code.byte.byte3; in _icv_iconv()
115 *ob++ = ojh_code.byte.byte4; in _icv_iconv()