Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dcomp_to_pack.c77 if (X32_19[code - 0xa4a0] == -1) {
80 cnv_buf[0] = (X32_19[code - 0xa4a0]<<2)|0x80;
H A Dktable.c35 short X32_19[32] = /* INITIAL SOUND */ variable
H A Dktable.h36 extern short X32_19[]; /* INITIAL SOUND */
H A Deuc_to_johap.c217 if (X32_19[code -= 0xA4A0] == -1) in _wansung_to_johap()
219 return(((unsigned char)(X32_19[code] << 2) << 8) | 0x8021); in _wansung_to_johap()
H A Dnbyte_to_UTF2.c295 (unsigned short)X32_19[temp[1] - '@'] in make_johap_code()
H A Deuc_to_nbyte.c409 if ((code >= 0xA4A1 && code <= 0xA4BE) && (X32_19[code - 0xA4A0] != -1)) in _wansung_to_cvc()
411 *ci_ret = (unsigned char)((X32_19[code - 0xA4A0] << 2) - 0xA0); in _wansung_to_cvc()
H A Dbyte_to_comb.c338 code_2 = code_2 | X32_19[han_buf[1] - BEG_OF_CONSO];
H A Dnbyte_to_euc.c313 (unsigned short)X32_19[temp[1] - '@'] in make_johap_code()