Symbol: hcode_type
usr/src/lib/iconv_modules/ko/common/common_def.h
43
hcode_type utf8;
usr/src/lib/iconv_modules/ko/common/common_utf.c
100
hcode_type _udcidx_to_utf(int udcidx)
usr/src/lib/iconv_modules/ko/common/common_utf.c
102
hcode_type unicode, utf8;
usr/src/lib/iconv_modules/ko/common/common_utf.c
115
int _utf_to_udcidx(hcode_type utf_code)
usr/src/lib/iconv_modules/ko/common/common_utf.c
117
hcode_type unicode;
usr/src/lib/iconv_modules/ko/common/common_utf.c
34
hcode_type _uni_to_utf8(hcode_type unicode)
usr/src/lib/iconv_modules/ko/common/common_utf.c
36
hcode_type utf8;
usr/src/lib/iconv_modules/ko/common/common_utf.c
68
hcode_type _utf8_to_uni(hcode_type utf8)
usr/src/lib/iconv_modules/ko/common/common_utf.c
70
hcode_type unicode;
usr/src/lib/iconv_modules/ko/common/common_utf.h
47
extern hcode_type _uni_to_utf8(hcode_type unicode);
usr/src/lib/iconv_modules/ko/common/common_utf.h
48
extern hcode_type _utf8_to_uni(hcode_type utf8code);
usr/src/lib/iconv_modules/ko/common/common_utf.h
50
extern hcode_type _udcidx_to_utf(int udcidx);
usr/src/lib/iconv_modules/ko/common/common_utf.h
53
extern int _utf_to_udcidx(hcode_type utf_code);
usr/src/lib/iconv_modules/ko/common/euc_to_utf_main.c
79
hcode_type euc_code, utf_code;
usr/src/lib/iconv_modules/ko/common/euc_to_utf_sub.c
42
hcode_type _wansung_to_utf8(hcode_type euc_code)
usr/src/lib/iconv_modules/ko/common/euc_to_utf_sub.c
45
hcode_type utf_code;
usr/src/lib/iconv_modules/ko/common/euc_utf_api.h
32
extern hcode_type _wansung_to_utf8(hcode_type);
usr/src/lib/iconv_modules/ko/common/iso_to_utf_main.c
104
hcode_type euc_code, utf_code;
usr/src/lib/iconv_modules/ko/common/njh_to_utf_main.c
79
hcode_type njh_code, utf_code;
usr/src/lib/iconv_modules/ko/common/njh_to_utf_sub.c
41
hcode_type _johap92_to_utf8(hcode_type njh_code)
usr/src/lib/iconv_modules/ko/common/njh_to_utf_sub.c
44
hcode_type utf_code;
usr/src/lib/iconv_modules/ko/common/njh_to_utf_sub.c
92
hcode_type unicode;
usr/src/lib/iconv_modules/ko/common/njh_utf_api.h
32
extern hcode_type _johap92_to_utf8(hcode_type);
usr/src/lib/iconv_modules/ko/common/ojh_to_utf_main.c
79
hcode_type ojh_code, utf_code;
usr/src/lib/iconv_modules/ko/common/ojh_to_utf_sub.c
31
hcode_type _johap82_to_utf8(hcode_type ojh_code)
usr/src/lib/iconv_modules/ko/common/ojh_to_utf_sub.c
34
hcode_type utf_code;
usr/src/lib/iconv_modules/ko/common/ojh_to_utf_sub.c
35
hcode_type unicode;
usr/src/lib/iconv_modules/ko/common/ojh_utf_api.h
32
extern hcode_type _johap82_to_utf8(hcode_type);
usr/src/lib/iconv_modules/ko/common/ucs_to_unihan.c
111
hcode_type unihan;
usr/src/lib/iconv_modules/ko/common/ucs_to_unihan.c
264
static hcode_type
usr/src/lib/iconv_modules/ko/common/ucs_to_unihan.c
267
hcode_type unihan_char;
usr/src/lib/iconv_modules/ko/common/ucs_to_unihan.c
268
hcode_type utf8_char;
usr/src/lib/iconv_modules/ko/common/ucs_to_unihan.c
55
static hcode_type ucs_to_unihan (uint_t ucs_char);
usr/src/lib/iconv_modules/ko/common/ucs_to_unihan.c
56
extern hcode_type _utf8_to_unified_hangul (hcode_type);
usr/src/lib/iconv_modules/ko/common/uhang_to_utf_main.c
79
hcode_type euc_code, utf_code;
usr/src/lib/iconv_modules/ko/common/uhang_to_utf_sub.c
52
hcode_type _unified_hangul_to_utf8(hcode_type euc_code)
usr/src/lib/iconv_modules/ko/common/uhang_to_utf_sub.c
55
hcode_type utf_code;
usr/src/lib/iconv_modules/ko/common/uhang_utf_api.h
32
extern hcode_type _unified_hangul_to_utf8(hcode_type);
usr/src/lib/iconv_modules/ko/common/uhang_utf_api.h
33
extern hcode_type _utf8_to_unified_hangul(hcode_type);
usr/src/lib/iconv_modules/ko/common/unihan_to_UCS_main.c
102
hcode_type unihan_code, ucs2_code;
usr/src/lib/iconv_modules/ko/common/unihan_to_UCS_main.c
43
extern hcode_type _unified_hangul_to_UCS2LE (hcode_type);
usr/src/lib/iconv_modules/ko/common/unihan_to_UCS_sub.c
43
hcode_type
usr/src/lib/iconv_modules/ko/common/unihan_to_UCS_sub.c
44
_unified_hangul_to_UCS2LE (hcode_type euc_code)
usr/src/lib/iconv_modules/ko/common/unihan_to_UCS_sub.c
47
hcode_type utf_code;
usr/src/lib/iconv_modules/ko/common/utf_euc_api.h
32
extern hcode_type _utf8_to_wansung(hcode_type);
usr/src/lib/iconv_modules/ko/common/utf_njh_api.h
32
extern hcode_type _utf8_to_johap92(hcode_type);
usr/src/lib/iconv_modules/ko/common/utf_ojh_api.h
32
extern hcode_type _utf8_to_johap82(hcode_type);
usr/src/lib/iconv_modules/ko/common/utf_to_euc_main.c
134
hcode_type utf8_code, euc_code;
usr/src/lib/iconv_modules/ko/common/utf_to_euc_main.c
89
hcode_type utf8_code, euc_code;
usr/src/lib/iconv_modules/ko/common/utf_to_euc_sub.c
42
hcode_type _utf8_to_wansung(hcode_type utfcode)
usr/src/lib/iconv_modules/ko/common/utf_to_euc_sub.c
45
hcode_type wansung;
usr/src/lib/iconv_modules/ko/common/utf_to_iso_main.c
137
hcode_type utf8_code, euc_code;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
84
hcode_type utf8_code, johap92_code;
usr/src/lib/iconv_modules/ko/common/utf_to_njh_main.c
89
hcode_type utf8_code, njh_code;
usr/src/lib/iconv_modules/ko/common/utf_to_njh_sub.c
42
hcode_type _utf8_to_johap92(hcode_type utfcode)
usr/src/lib/iconv_modules/ko/common/utf_to_njh_sub.c
45
hcode_type johap, unicode;
usr/src/lib/iconv_modules/ko/common/utf_to_ojh_main.c
89
hcode_type utf8_code, ojh_code;
usr/src/lib/iconv_modules/ko/common/utf_to_ojh_sub.c
32
hcode_type _utf8_to_johap82(hcode_type utfcode)
usr/src/lib/iconv_modules/ko/common/utf_to_ojh_sub.c
35
hcode_type johap, unicode;
usr/src/lib/iconv_modules/ko/common/utf_to_uhang_main.c
130
hcode_type utf8_code, euc_code;
usr/src/lib/iconv_modules/ko/common/utf_to_uhang_main.c
86
hcode_type utf8_code, euc_code;
usr/src/lib/iconv_modules/ko/common/utf_to_uhang_sub.c
54
hcode_type _utf8_to_unified_hangul(hcode_type utfcode)
usr/src/lib/iconv_modules/ko/common/utf_to_uhang_sub.c
57
hcode_type uhang;
usr/src/lib/iconv_modules/th_TH/common/838_to_874_main.c
76
hcode_type euc_code, utf_code;
usr/src/lib/iconv_modules/th_TH/common/838_to_874_sub.c
42
hcode_type _838_to_874(hcode_type euc_code)
usr/src/lib/iconv_modules/th_TH/common/838_to_874_sub.c
45
hcode_type utf_code;
usr/src/lib/iconv_modules/th_TH/common/874_to_838_main.c
76
hcode_type euc_code, utf_code;
usr/src/lib/iconv_modules/th_TH/common/874_to_838_sub.c
42
hcode_type _874_to_838(hcode_type euc_code)
usr/src/lib/iconv_modules/th_TH/common/874_to_838_sub.c
45
hcode_type utf_code;
usr/src/lib/iconv_modules/th_TH/common/common_def.h
39
hcode_type utf8;
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
36
hcode_type _uni_to_utf8(hcode_type unicode)
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
38
hcode_type utf8;
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
54
hcode_type _utf8_to_uni(hcode_type utf8)
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
56
hcode_type unicode;
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
68
hcode_type _udcidx_to_utf(int udcidx)
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
70
hcode_type unicode, utf8;
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
83
int _utf_to_udcidx(hcode_type utf_code)
usr/src/lib/iconv_modules/th_TH/common/common_utf.c
85
hcode_type unicode;
usr/src/lib/iconv_modules/th_TH/common/common_utf.h
47
extern hcode_type _uni_to_utf8(hcode_type unicode);
usr/src/lib/iconv_modules/th_TH/common/common_utf.h
48
extern hcode_type _utf8_to_uni(hcode_type utf8code);
usr/src/lib/iconv_modules/th_TH/common/common_utf.h
50
extern hcode_type _udcidx_to_utf(int udcidx);
usr/src/lib/iconv_modules/th_TH/common/common_utf.h
53
extern int _utf_to_udcidx(hcode_type utf_code);
usr/src/lib/iconv_modules/th_TH/common/euc_to_utf_main.c
79
hcode_type euc_code, utf_code;
usr/src/lib/iconv_modules/th_TH/common/euc_to_utf_sub.c
42
hcode_type _eucTH_to_utf8(hcode_type euc_code)
usr/src/lib/iconv_modules/th_TH/common/euc_to_utf_sub.c
45
hcode_type utf_code;
usr/src/lib/iconv_modules/th_TH/common/euc_utf_api.h
31
extern hcode_type _eucTH_to_utf8(hcode_type);
usr/src/lib/iconv_modules/th_TH/common/ibm_thai_api.h
31
extern hcode_type _eucTH_to_utf8(hcode_type);
usr/src/lib/iconv_modules/th_TH/common/ibm_thai_api.h
32
extern hcode_type _874_to_838(hcode_type);
usr/src/lib/iconv_modules/th_TH/common/ibm_thai_api.h
33
extern hcode_type _838_to_874(hcode_type);
usr/src/lib/iconv_modules/th_TH/common/utf_euc_api.h
32
extern hcode_type _utf8_to_eucTH(hcode_type);
usr/src/lib/iconv_modules/th_TH/common/utf_to_euc_main.c
89
hcode_type utf8_code, euc_code;
usr/src/lib/iconv_modules/th_TH/common/utf_to_euc_sub.c
42
hcode_type _utf8_to_eucTH(hcode_type utfcode)
usr/src/lib/iconv_modules/th_TH/common/utf_to_euc_sub.c
45
hcode_type eucTH;