Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/iconv_modules/ko/common/
H A Djohap_to_utf.c44 v = JOONGSUNG(wcode) - ((short)JOONGSUNG(wcode) / 4 + 2); in _johap_to_utf8()
H A Djohap92_to_utf.c81 v = JOONGSUNG(wcode) - in _johap92_to_utf8()
82 ((unsigned short)((unsigned short)JOONGSUNG(wcode) - 2) / in _johap92_to_utf8()
H A Djohap92_to_euc.c147 v = JOONGSUNG(code) - ((unsigned short)(JOONGSUNG(code) - 2) / in _johap92_to_wansung()
H A Dhangulcode.h56 #define JOONGSUNG(code) ((unsigned short)((code) & 0x03e0) >> 5) macro
H A Dnbyte_to_euc.c367 v = JOONGSUNG(code) - ((unsigned short)JOONGSUNG(code) / 4 + 2); in _johap_to_wansung()
370 if (JOONGSUNG(code) - ((unsigned short)JOONGSUNG(code) / 4 + 2) < 0) in _johap_to_wansung()
H A Djohap_to_euc.c167 v = JOONGSUNG(code) - (unsigned short)JOONGSUNG(code) / 4 - 2; in _johap_to_wansung()