Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Deuc_to_johap92.c136 register unsigned short jc, jc2; in _wansung_to_johap92() local
194 jc2 = code & 0xFF; in _wansung_to_johap92()
196 return(jc | (jc2 - ((jc2 > 0xEE) ? 0x5E : 0x70))); in _wansung_to_johap92()
197 return(jc | jc2); in _wansung_to_johap92()
202 jc2 = code & 0xFF; in _wansung_to_johap92()
204 return(jc | jc2); in _wansung_to_johap92()
205 return(jc | (jc2 - ((jc2 > 0xEE) ? 0x5E : 0x70))); in _wansung_to_johap92()