Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dutf_to_johap92.c330 if(utf8_to_johap92_tbl[mid].utf8 = utf_code){ in _utf8_to_jahap92()
332 } else if(utf8_to_johap92_tbl[mid].utf8 > utf_code){ in _utf8_to_jahap92()
334 } else if(utf8_to_johap92_tbl[mid].utf8 < utf_code){ in _utf8_to_jahap92()
H A Dutf_johap92.h90 kcode_table utf8_to_johap92_tbl[] = { variable