Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Djohap92_to_utf.c36 char _johap92_to_utf8(unsigned long* chosung, unsigned long* joongsung, in _johap92_to_utf8() argument
69 *chosung = johap922utf8_tbl[i].utf8; in _johap92_to_utf8()
85 *chosung = (ci < 0) ? 0xE1859F : 0xE18480 + ci; in _johap92_to_utf8()
H A Dwansung_to_utf.c36 char _wansung_to_utf8(unsigned long* chosung, unsigned long* joongsung, in _wansung_to_utf8() argument
70 *chosung = euc2utf8_tbl[i].utf8; in _wansung_to_utf8()
118 *chosung = 0xE18480 + ci; in _wansung_to_utf8()
H A Djohap_to_utf.c33 char _johap_to_utf8(unsigned long* chosung, unsigned long* joongsung, in _johap_to_utf8() argument
49 *chosung = (ci < 0) ? 0xE1859F : 0xE18480 + ci; in _johap_to_utf8()
H A Dcommon_han.h55 unsigned int chosung: 5; member
100 unsigned int chosung: 5; member
H A Dojh_to_utf_sub.c44 x = ojh_code.johap.chosung - 0x0A; /* 0x0A = 'Kyoug' */ in _johap82_to_utf8()
H A Dutf_to_ojh_sub.c52 johap.johap.chosung = x + 0x0A; in _utf8_to_johap82()
H A Dutf_to_njh_sub.c83 johap.johap.chosung = x + 2; in _utf8_to_johap92()
H A Dnjh_to_utf_sub.c95 x = njh_code.johap.chosung - 2; /* 2 = 'Kyoug' */ in _johap92_to_utf8()