Searched refs:utfcode (Results 1 – 5 of 5) sorted by relevance
54 hcode_type _utf8_to_unified_hangul(hcode_type utfcode) in _utf8_to_unified_hangul() argument61 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()
42 hcode_type _utf8_to_johap92(hcode_type utfcode) in _utf8_to_johap92() argument49 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()
42 hcode_type _utf8_to_wansung(hcode_type utfcode) in _utf8_to_wansung() argument49 if ((udc_index = _utf_to_udcidx(utfcode)) != IDX_UDC_ERROR) { in _utf8_to_wansung()63 node.utf8 = utfcode; in _utf8_to_wansung()
32 hcode_type _utf8_to_johap82(hcode_type utfcode) in _utf8_to_johap82() argument37 unicode = _utf8_to_uni(utfcode); in _utf8_to_johap82()
42 hcode_type _utf8_to_eucTH(hcode_type utfcode) in _utf8_to_eucTH() argument49 if ((udc_index = _utf_to_udcidx(utfcode)) != IDX_UDC_ERROR) { in _utf8_to_eucTH()63 node.utf8 = utfcode; in _utf8_to_eucTH()