Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Djohap_to_utf.c34 unsigned long* jongsung, unsigned short wcode) in _johap_to_utf8() argument
51 *jongsung = (cf < 2) ? 0 : (cf + ((cf > 25) ? 0xE18766 : 0xE186A6)); in _johap_to_utf8()
H A Dcommon_han.h57 unsigned int jongsung: 5; member
98 unsigned int jongsung: 5; member
H A Djohap92_to_utf.c37 unsigned long* jongsung, unsigned short wcode) in _johap92_to_utf8() argument
87 *jongsung = (cf < 2) ? 0 : ((cf > 25) ? 0xE18766 + cf : 0xE186A6 + cf); in _johap92_to_utf8()
H A Dwansung_to_utf.c37 unsigned long* jongsung, unsigned short wcode) in _wansung_to_utf8() argument
125 *jongsung = (cf < 2) ? 0 : ((cf > 25) ? 0xE18766 + cf : 0xE186A6 + cf); in _wansung_to_utf8()
H A Dojh_to_utf_sub.c47 z = ojh_code.johap.jongsung - 1; in _johap82_to_utf8()
H A Dutf_to_ojh_sub.c61 johap.johap.jongsung = z + 1; in _utf8_to_johap82()
H A Dutf_to_njh_sub.c79 johap.johap.jongsung = z; in _utf8_to_johap92()
H A Dnjh_to_utf_sub.c100 z = njh_code.johap.jongsung; in _johap92_to_utf8()