Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/iconv_modules/ko/common/
H A Djohap92_to_euc.c146 ci = CHOSUNG(code) - 0x02; in _johap92_to_wansung()
152 return(0xA4A0 + Y19_32[CHOSUNG(code) - 1]); in _johap92_to_wansung()
H A Dhangulcode.h55 #define CHOSUNG(code) ((unsigned short)((code) & 0x7c00) >> 10) macro
H A Djohap_to_utf.c43 ci = CHOSUNG(wcode) - 0x0A; in _johap_to_utf8()
H A Djohap92_to_utf.c80 ci = CHOSUNG(wcode) - 2; in _johap92_to_utf8()
H A Djohap_to_euc.c166 ci = CHOSUNG(code) - 0x0a; in _johap_to_wansung()
171 return(0xA4A0 + Y19_32[CHOSUNG(code) - 9]); in _johap_to_wansung()
H A Dnbyte_to_euc.c366 ci = CHOSUNG(code) - 0x0A; in _johap_to_wansung()
372 else if (CHOSUNG(code) - 0x0A < 0) in _johap_to_wansung()