Home
last modified time | relevance | path

Searched refs:hcode_type (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/iconv_modules/th_TH/common/
H A Dcommon_utf.c36 hcode_type _uni_to_utf8(hcode_type unicode) in _uni_to_utf8()
38 hcode_type utf8; in _uni_to_utf8()
54 hcode_type _utf8_to_uni(hcode_type utf8) in _utf8_to_uni()
56 hcode_type unicode; in _utf8_to_uni()
68 hcode_type _udcidx_to_utf(int udcidx) in _udcidx_to_utf()
70 hcode_type unicode, utf8; in _udcidx_to_utf()
83 int _utf_to_udcidx(hcode_type utf_code) in _utf_to_udcidx()
85 hcode_type unicode; in _utf_to_udcidx()
H A Dibm_thai_api.h31 extern hcode_type _eucTH_to_utf8(hcode_type);
32 extern hcode_type _874_to_838(hcode_type);
33 extern hcode_type _838_to_874(hcode_type);
H A Dcommon_utf.h47 extern hcode_type _uni_to_utf8(hcode_type unicode);
48 extern hcode_type _utf8_to_uni(hcode_type utf8code);
50 extern hcode_type _udcidx_to_utf(int udcidx);
53 extern int _utf_to_udcidx(hcode_type utf_code);
H A Dutf_to_euc_sub.c42 hcode_type _utf8_to_eucTH(hcode_type utfcode) in _utf8_to_eucTH()
45 hcode_type eucTH; in _utf8_to_eucTH()
H A D838_to_874_sub.c42 hcode_type _838_to_874(hcode_type euc_code) in _838_to_874()
45 hcode_type utf_code; in _838_to_874()
H A D874_to_838_sub.c42 hcode_type _874_to_838(hcode_type euc_code) in _874_to_838()
45 hcode_type utf_code; in _874_to_838()
H A Deuc_to_utf_sub.c42 hcode_type _eucTH_to_utf8(hcode_type euc_code) in _eucTH_to_utf8()
45 hcode_type utf_code; in _eucTH_to_utf8()
H A Deuc_utf_api.h31 extern hcode_type _eucTH_to_utf8(hcode_type);
H A Dutf_euc_api.h32 extern hcode_type _utf8_to_eucTH(hcode_type);
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dcommon_utf.c34 hcode_type _uni_to_utf8(hcode_type unicode) in _uni_to_utf8()
36 hcode_type utf8; in _uni_to_utf8()
68 hcode_type _utf8_to_uni(hcode_type utf8) in _utf8_to_uni()
70 hcode_type unicode; in _utf8_to_uni()
100 hcode_type _udcidx_to_utf(int udcidx) in _udcidx_to_utf()
102 hcode_type unicode, utf8; in _udcidx_to_utf()
115 int _utf_to_udcidx(hcode_type utf_code) in _utf_to_udcidx()
117 hcode_type unicode; in _utf_to_udcidx()
H A Dcommon_utf.h47 extern hcode_type _uni_to_utf8(hcode_type unicode);
48 extern hcode_type _utf8_to_uni(hcode_type utf8code);
50 extern hcode_type _udcidx_to_utf(int udcidx);
53 extern int _utf_to_udcidx(hcode_type utf_code);
H A Duhang_utf_api.h32 extern hcode_type _unified_hangul_to_utf8(hcode_type);
33 extern hcode_type _utf8_to_unified_hangul(hcode_type);
H A Dojh_to_utf_sub.c31 hcode_type _johap82_to_utf8(hcode_type ojh_code) in _johap82_to_utf8()
34 hcode_type utf_code; in _johap82_to_utf8()
35 hcode_type unicode; in _johap82_to_utf8()
H A Ducs_to_unihan.c55 static hcode_type ucs_to_unihan (uint_t ucs_char);
56 extern hcode_type _utf8_to_unified_hangul (hcode_type);
111 hcode_type unihan; in _icv_iconv()
264 static hcode_type
267 hcode_type unihan_char; in ucs_to_unihan()
268 hcode_type utf8_char; in ucs_to_unihan()
H A Dnjh_to_utf_sub.c41 hcode_type _johap92_to_utf8(hcode_type njh_code) in _johap92_to_utf8()
44 hcode_type utf_code; in _johap92_to_utf8()
92 hcode_type unicode; in _johap92_to_utf8()
H A Dutf_to_ojh_sub.c32 hcode_type _utf8_to_johap82(hcode_type utfcode) in _utf8_to_johap82()
35 hcode_type johap, unicode; in _utf8_to_johap82()
H A Dutf_to_euc_sub.c42 hcode_type _utf8_to_wansung(hcode_type utfcode) in _utf8_to_wansung()
45 hcode_type wansung; in _utf8_to_wansung()
H A Dunihan_to_UCS_sub.c43 hcode_type
44 _unified_hangul_to_UCS2LE (hcode_type euc_code) in _unified_hangul_to_UCS2LE()
47 hcode_type utf_code; in _unified_hangul_to_UCS2LE()
H A Deuc_to_utf_sub.c42 hcode_type _wansung_to_utf8(hcode_type euc_code) in _wansung_to_utf8()
45 hcode_type utf_code; in _wansung_to_utf8()
H A Dutf_to_uhang_sub.c54 hcode_type _utf8_to_unified_hangul(hcode_type utfcode) in _utf8_to_unified_hangul()
57 hcode_type uhang; in _utf8_to_unified_hangul()
H A Dutf_to_njh_sub.c42 hcode_type _utf8_to_johap92(hcode_type utfcode) in _utf8_to_johap92()
45 hcode_type johap, unicode; in _utf8_to_johap92()
H A Duhang_to_utf_sub.c52 hcode_type _unified_hangul_to_utf8(hcode_type euc_code) in _unified_hangul_to_utf8()
55 hcode_type utf_code; in _unified_hangul_to_utf8()
H A Dutf_njh_api.h32 extern hcode_type _utf8_to_johap92(hcode_type);
H A Deuc_utf_api.h32 extern hcode_type _wansung_to_utf8(hcode_type);
H A Dnjh_utf_api.h32 extern hcode_type _johap92_to_utf8(hcode_type);

12