Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dutf_to_uhang_sub.c54 hcode_type _utf8_to_unified_hangul(hcode_type utfcode) in _utf8_to_unified_hangul() argument
61 if ((udc_index = _utf_to_udcidx(utfcode)) != IDX_UDC_ERROR) { in _utf8_to_unified_hangul()
78 if(utfcode.byte.byte1 ==0 && utfcode.byte.byte2 ==0 && utfcode.byte.byte3 ==0) in _utf8_to_unified_hangul()
79 return(utfcode); in _utf8_to_unified_hangul()
81 node.utf8 = _utf8_to_uni(utfcode); in _utf8_to_unified_hangul()
H A Dutf_to_njh_sub.c42 hcode_type _utf8_to_johap92(hcode_type utfcode) in _utf8_to_johap92() argument
49 if ((udc_index = _utf_to_udcidx(utfcode)) != IDX_UDC_ERROR) { in _utf8_to_johap92()
63 unicode = _utf8_to_uni(utfcode); in _utf8_to_johap92()
90 node.utf8 = utfcode; in _utf8_to_johap92()
H A Dutf_to_euc_sub.c42 hcode_type _utf8_to_wansung(hcode_type utfcode) in _utf8_to_wansung() argument
49 if ((udc_index = _utf_to_udcidx(utfcode)) != IDX_UDC_ERROR) { in _utf8_to_wansung()
63 node.utf8 = utfcode; in _utf8_to_wansung()
H A Dutf_to_ojh_sub.c32 hcode_type _utf8_to_johap82(hcode_type utfcode) in _utf8_to_johap82() argument
37 unicode = _utf8_to_uni(utfcode); in _utf8_to_johap82()
/illumos-gate/usr/src/lib/iconv_modules/th_TH/common/
H A Dutf_to_euc_sub.c42 hcode_type _utf8_to_eucTH(hcode_type utfcode) in _utf8_to_eucTH() argument
49 if ((udc_index = _utf_to_udcidx(utfcode)) != IDX_UDC_ERROR) { in _utf8_to_eucTH()
63 node.utf8 = utfcode; in _utf8_to_eucTH()