Searched refs:ojh_code (Results 1 – 3 of 3) sorted by relevance
31 hcode_type _johap82_to_utf8(hcode_type ojh_code) in _johap82_to_utf8() argument39 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()
79 hcode_type ojh_code, utf_code; in _icv_iconv() local88 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()
89 hcode_type utf8_code, ojh_code; in _icv_iconv() local110 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()