Symbol: ucs4_t
src/libs/iconv/armscii_8.h
47
armscii_8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/armscii_8.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/armscii_8.h
57
*pwc = (ucs4_t) wc;
src/libs/iconv/armscii_8.h
94
armscii_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ascii.h
26
ascii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ascii.h
30
*pwc = (ucs4_t) c;
src/libs/iconv/ascii.h
37
ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/atarist.h
128
atarist_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/atarist.h
53
atarist_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/atarist.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/atarist.h
59
*pwc = (ucs4_t) atarist_2uni[c-0x80];
src/libs/iconv/big5.h
1874
big5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/big5.h
1891
*pwc = (ucs4_t) wc;
src/libs/iconv/big5.h
4120
big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/big5_2003.h
184
big5_2003_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/big5_2003.h
202
*pwc = (ucs4_t) wc;
src/libs/iconv/big5_2003.h
237
*pwc = (ucs4_t) wc;
src/libs/iconv/big5_2003.h
271
big5_2003_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/big5hkscs1999.h
107
big5hkscs1999_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/big5hkscs1999.h
50
big5hkscs1999_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/big5hkscs1999.h
52
ucs4_t last_wc = conv->istate;
src/libs/iconv/big5hkscs1999.h
90
ucs4_t wc1 = ((c2 >> 3) << 2) + 0x009a; /* = 0x00ca or 0x00ea */
src/libs/iconv/big5hkscs1999.h
91
ucs4_t wc2 = ((c2 & 6) << 2) + 0x02fc; /* = 0x0304 or 0x030c */
src/libs/iconv/big5hkscs2001.h
114
big5hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/big5hkscs2001.h
52
big5hkscs2001_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/big5hkscs2001.h
54
ucs4_t last_wc = conv->istate;
src/libs/iconv/big5hkscs2001.h
97
ucs4_t wc1 = ((c2 >> 3) << 2) + 0x009a; /* = 0x00ca or 0x00ea */
src/libs/iconv/big5hkscs2001.h
98
ucs4_t wc2 = ((c2 & 6) << 2) + 0x02fc; /* = 0x0304 or 0x030c */
src/libs/iconv/big5hkscs2004.h
102
ucs4_t wc1 = ((c2 >> 3) << 2) + 0x009a; /* = 0x00ca or 0x00ea */
src/libs/iconv/big5hkscs2004.h
103
ucs4_t wc2 = ((c2 & 6) << 2) + 0x02fc; /* = 0x0304 or 0x030c */
src/libs/iconv/big5hkscs2004.h
119
big5hkscs2004_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/big5hkscs2004.h
52
big5hkscs2004_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/big5hkscs2004.h
54
ucs4_t last_wc = conv->istate;
src/libs/iconv/c99.h
30
c99_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/c99.h
33
ucs4_t wc;
src/libs/iconv/c99.h
59
wc |= (ucs4_t) c << (4 * (5-i));
src/libs/iconv/c99.h
80
wc |= (ucs4_t) c << (4 * (9-i));
src/libs/iconv/c99.h
97
c99_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ces_big5.h
26
ces_big5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ces_big5.h
48
ces_big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ces_gbk.h
26
ces_gbk_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ces_gbk.h
43
ces_gbk_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cns11643_1.h
857
cns11643_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_1.h
883
*pwc = (ucs4_t) wc;
src/libs/iconv/cns11643_15.h
1021
static const ucs4_t cns11643_15_2uni_upages[253] = {
src/libs/iconv/cns11643_15.h
1057
cns11643_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_15.h
1065
ucs4_t wc = 0xfffd;
src/libs/iconv/cns11643_2.h
1088
cns11643_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_2.h
1102
*pwc = (ucs4_t) wc;
src/libs/iconv/cns11643_3.h
923
static const ucs4_t cns11643_3_2uni_upages[136] = {
src/libs/iconv/cns11643_3.h
944
cns11643_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_3.h
952
ucs4_t wc = 0xfffd;
src/libs/iconv/cns11643_4.h
33
cns11643_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_4.h
41
ucs4_t wc = 0xfffd;
src/libs/iconv/cns11643_4a.h
431
static const ucs4_t cns11643_4a_2uni_upages[212] = {
src/libs/iconv/cns11643_4b.h
635
static const ucs4_t cns11643_4b_2uni_upages[248] = {
src/libs/iconv/cns11643_5.h
1219
static const ucs4_t cns11643_5_2uni_upages[229] = {
src/libs/iconv/cns11643_5.h
1252
cns11643_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_5.h
1260
ucs4_t wc = 0xfffd;
src/libs/iconv/cns11643_6.h
912
static const ucs4_t cns11643_6_2uni_upages[204] = {
src/libs/iconv/cns11643_6.h
942
cns11643_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_6.h
950
ucs4_t wc = 0xfffd;
src/libs/iconv/cns11643_7.h
933
static const ucs4_t cns11643_7_2uni_upages[198] = {
src/libs/iconv/cns11643_7.h
962
cns11643_7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cns11643_7.h
970
ucs4_t wc = 0xfffd;
src/libs/iconv/cns11643_inv.h
15369
cns11643_inv_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/converters.h
37
int (*xxx_mbtowc) (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n);
src/libs/iconv/converters.h
46
int (*xxx_flushwc) (conv_t conv, ucs4_t *pwc);
src/libs/iconv/converters.h
63
int (*xxx_wctomb) (conv_t conv, unsigned char *r, ucs4_t wc, int n);
src/libs/iconv/cp1046.h
133
cp1046_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1046.h
53
cp1046_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1046.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp1046.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1124.h
47
cp1124_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1124.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/cp1124.h
53
*pwc = (ucs4_t) cp1124_2uni[c-0xa0];
src/libs/iconv/cp1124.h
84
cp1124_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1125.h
107
cp1125_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1125.h
44
cp1125_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1125.h
48
*pwc = (ucs4_t) c;
src/libs/iconv/cp1125.h
50
*pwc = (ucs4_t) c + 0x0390;
src/libs/iconv/cp1125.h
52
*pwc = (ucs4_t) cp1125_2uni[c-0xb0];
src/libs/iconv/cp1129.h
103
cp1129_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1129.h
47
cp1129_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1129.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/cp1129.h
53
*pwc = (ucs4_t) cp1129_2uni[c-0xa0];
src/libs/iconv/cp1133.h
46
cp1133_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1133.h
50
*pwc = (ucs4_t) c;
src/libs/iconv/cp1133.h
56
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1133.h
65
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1133.h
92
cp1133_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1161.h
47
cp1161_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1161.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/cp1161.h
57
*pwc = (ucs4_t) cp1161_2uni[c-0xa0];
src/libs/iconv/cp1161.h
69
cp1161_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1162.h
26
cp1162_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1162.h
30
*pwc = (ucs4_t) c;
src/libs/iconv/cp1162.h
36
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1162.h
40
*pwc = (ucs4_t) c;
src/libs/iconv/cp1162.h
48
cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1163.h
26
cp1163_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1163.h
30
*pwc = (ucs4_t) c;
src/libs/iconv/cp1163.h
34
*pwc = (ucs4_t) cp1129_2uni[c-0xa0];
src/libs/iconv/cp1163.h
43
cp1163_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1250.h
117
cp1250_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1250.h
53
cp1250_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1250.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp1250.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1251.h
107
cp1251_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1251.h
53
cp1251_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1251.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp1251.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1252.h
35
cp1252_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1252.h
39
*pwc = (ucs4_t) c;
src/libs/iconv/cp1252.h
45
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1252.h
79
cp1252_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1253.h
53
cp1253_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1253.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp1253.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1253.h
98
cp1253_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1254.h
120
cp1254_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1254.h
45
cp1254_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1254.h
49
*pwc = (ucs4_t) c;
src/libs/iconv/cp1254.h
55
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1254.h
60
*pwc = (ucs4_t) c;
src/libs/iconv/cp1254.h
64
*pwc = (ucs4_t) cp1254_2uni_2[c-0xd0];
src/libs/iconv/cp1254.h
68
*pwc = (ucs4_t) c;
src/libs/iconv/cp1254.h
72
*pwc = (ucs4_t) cp1254_2uni_3[c-0xf0];
src/libs/iconv/cp1255.h
172
cp1255_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1255.h
233
*pwc = (ucs4_t) last_wc;
src/libs/iconv/cp1255.h
241
*pwc = (ucs4_t) last_wc;
src/libs/iconv/cp1255.h
251
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1255.h
299
cp1255_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1256.h
127
cp1256_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1256.h
53
cp1256_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1256.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp1256.h
59
*pwc = (ucs4_t) cp1256_2uni[c-0x80];
src/libs/iconv/cp1257.h
117
cp1257_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1257.h
53
cp1257_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp1257.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp1257.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1258.h
128
*pwc = (ucs4_t) last_wc;
src/libs/iconv/cp1258.h
135
*pwc = (ucs4_t) last_wc;
src/libs/iconv/cp1258.h
145
*pwc = (ucs4_t) wc;
src/libs/iconv/cp1258.h
204
cp1258_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp1258.h
75
cp1258_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp437.h
128
cp437_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp437.h
53
cp437_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp437.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp437.h
59
*pwc = (ucs4_t) cp437_2uni[c-0x80];
src/libs/iconv/cp737.h
117
cp737_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp737.h
53
cp737_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp737.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp737.h
59
*pwc = (ucs4_t) cp737_2uni[c-0x80];
src/libs/iconv/cp775.h
122
cp775_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp775.h
53
cp775_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp775.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp775.h
59
*pwc = (ucs4_t) cp775_2uni[c-0x80];
src/libs/iconv/cp850.h
102
cp850_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp850.h
53
cp850_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp850.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp850.h
59
*pwc = (ucs4_t) cp850_2uni[c-0x80];
src/libs/iconv/cp852.h
125
cp852_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp852.h
53
cp852_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp852.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp852.h
59
*pwc = (ucs4_t) cp852_2uni[c-0x80];
src/libs/iconv/cp853.h
129
cp853_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp853.h
53
cp853_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp853.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp853.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp855.h
108
cp855_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp855.h
53
cp855_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp855.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp855.h
59
*pwc = (ucs4_t) cp855_2uni[c-0x80];
src/libs/iconv/cp856.h
114
cp856_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp856.h
53
cp856_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp856.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp856.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp857.h
120
cp857_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp857.h
53
cp857_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp857.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp857.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp858.h
26
cp858_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp858.h
30
*pwc = (ucs4_t) c;
src/libs/iconv/cp858.h
34
*pwc = (ucs4_t) cp850_2uni[c-0x80];
src/libs/iconv/cp858.h
39
cp858_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp860.h
123
cp860_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp860.h
53
cp860_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp860.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp860.h
59
*pwc = (ucs4_t) cp860_2uni[c-0x80];
src/libs/iconv/cp861.h
128
cp861_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp861.h
53
cp861_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp861.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp861.h
59
*pwc = (ucs4_t) cp861_2uni[c-0x80];
src/libs/iconv/cp862.h
123
cp862_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp862.h
53
cp862_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp862.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp862.h
59
*pwc = (ucs4_t) cp862_2uni[c-0x80];
src/libs/iconv/cp863.h
128
cp863_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp863.h
53
cp863_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp863.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp863.h
59
*pwc = (ucs4_t) cp863_2uni[c-0x80];
src/libs/iconv/cp864.h
154
cp864_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp864.h
58
cp864_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp864.h
62
*pwc = (ucs4_t) c;
src/libs/iconv/cp864.h
66
*pwc = (ucs4_t) cp864_2uni_1[c-0x20];
src/libs/iconv/cp864.h
70
*pwc = (ucs4_t) c;
src/libs/iconv/cp864.h
76
*pwc = (ucs4_t) wc;
src/libs/iconv/cp865.h
128
cp865_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp865.h
53
cp865_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp865.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp865.h
59
*pwc = (ucs4_t) cp865_2uni[c-0x80];
src/libs/iconv/cp866.h
103
cp866_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp866.h
44
cp866_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp866.h
48
*pwc = (ucs4_t) c;
src/libs/iconv/cp866.h
50
*pwc = (ucs4_t) c + 0x0390;
src/libs/iconv/cp866.h
52
*pwc = (ucs4_t) cp866_2uni[c-0xb0];
src/libs/iconv/cp869.h
117
cp869_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp869.h
53
cp869_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp869.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp869.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp874.h
53
cp874_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp874.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/cp874.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/cp874.h
91
cp874_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp922.h
42
cp922_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp922.h
46
*pwc = (ucs4_t) c;
src/libs/iconv/cp922.h
48
*pwc = (ucs4_t) cp922_2uni_1[c-0xa0];
src/libs/iconv/cp922.h
50
*pwc = (ucs4_t) c;
src/libs/iconv/cp922.h
52
*pwc = (ucs4_t) cp922_2uni_2[c-0xd0];
src/libs/iconv/cp922.h
54
*pwc = (ucs4_t) c;
src/libs/iconv/cp922.h
56
*pwc = (ucs4_t) cp922_2uni_3[c-0xf0];
src/libs/iconv/cp922.h
81
cp922_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp932.h
131
cp932_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp932.h
89
cp932_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp932ext.h
149
cp932ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp932ext.h
169
*pwc = (ucs4_t) wc;
src/libs/iconv/cp932ext.h
657
cp932ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp936.h
51
cp936_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp936.h
93
cp936_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp936ext.h
38
cp936ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp936ext.h
55
*pwc = (ucs4_t) wc;
src/libs/iconv/cp936ext.h
82
cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp949.h
41
cp949_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp949.h
82
cp949_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp950.h
133
cp950_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp950.h
151
*pwc = (ucs4_t) wc;
src/libs/iconv/cp950.h
188
cp950_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp950ext.h
121
cp950ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/cp950ext.h
36
cp950ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/cp950ext.h
50
*pwc = (ucs4_t) wc;
src/libs/iconv/dec_hanyu.h
26
dec_hanyu_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/dec_hanyu.h
70
dec_hanyu_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/dec_kanji.h
26
dec_kanji_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/dec_kanji.h
49
dec_kanji_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/euc_cn.h
26
euc_cn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/euc_cn.h
50
euc_cn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/euc_jisx0213.h
147
euc_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/euc_jisx0213.h
43
euc_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/euc_jisx0213.h
45
ucs4_t last_wc = conv->istate;
src/libs/iconv/euc_jisx0213.h
55
*pwc = (ucs4_t) c;
src/libs/iconv/euc_jisx0213.h
70
ucs4_t wc;
src/libs/iconv/euc_jisx0213.h
85
ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0];
src/libs/iconv/euc_jisx0213.h
86
ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1];
src/libs/iconv/euc_jp.h
111
euc_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/euc_jp.h
26
euc_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/euc_kr.h
28
euc_kr_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/euc_kr.h
52
euc_kr_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/euc_tw.h
26
euc_tw_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/euc_tw.h
82
euc_tw_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/flushwc.h
25
normal_flushwc (conv_t conv, ucs4_t *pwc)
src/libs/iconv/flushwc.h
27
ucs4_t last_wc = conv->istate;
src/libs/iconv/flushwc.h
31
*pwc = (ucs4_t) last_wc;
src/libs/iconv/gb12345.h
36
gb12345_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gb12345.h
51
gb12345_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gb12345ext.h
1007
gb12345ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gb12345ext.h
1030
*pwc = (ucs4_t) wc;
src/libs/iconv/gb12345ext.h
1762
gb12345ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gb18030.h
189
gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gb18030.h
250
*pwc = (ucs4_t) (0x10000 + i);
src/libs/iconv/gb18030.h
307
gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gb18030ext.h
133
*pwc = (ucs4_t) wc;
src/libs/iconv/gb18030ext.h
235
gb18030ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gb18030ext.h
47
gb18030ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gb18030uni.h
171
gb18030uni_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gb18030uni.h
199
*pwc = (ucs4_t) (i + diff);
src/libs/iconv/gb18030uni.h
220
gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gb2312.h
1082
gb2312_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gb2312.h
1099
*pwc = (ucs4_t) wc;
src/libs/iconv/gb2312.h
2535
gb2312_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gbk.h
112
gbk_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/gbk.h
64
gbk_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gbkext1.h
829
gbkext1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gbkext1.h
843
*pwc = (ucs4_t) wc;
src/libs/iconv/gbkext2.h
1150
gbkext2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/gbkext2.h
1164
*pwc = (ucs4_t) wc;
src/libs/iconv/gbkext_inv.h
2303
gbkext_inv_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/georgian_academy.h
35
georgian_academy_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/georgian_academy.h
39
*pwc = (ucs4_t) georgian_academy_2uni[c-0x80];
src/libs/iconv/georgian_academy.h
41
*pwc = (ucs4_t) c + 0x1010;
src/libs/iconv/georgian_academy.h
43
*pwc = (ucs4_t) c;
src/libs/iconv/georgian_academy.h
80
georgian_academy_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/georgian_ps.h
45
georgian_ps_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/georgian_ps.h
49
*pwc = (ucs4_t) georgian_ps_2uni_1[c-0x80];
src/libs/iconv/georgian_ps.h
51
*pwc = (ucs4_t) georgian_ps_2uni_2[c-0xc0];
src/libs/iconv/georgian_ps.h
53
*pwc = (ucs4_t) c;
src/libs/iconv/georgian_ps.h
97
georgian_ps_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/hkscs1999.h
2953
hkscs1999_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/hkscs1999.h
727
static const ucs4_t hkscs1999_2uni_upages[973] = {
src/libs/iconv/hkscs1999.h
853
hkscs1999_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/hkscs1999.h
861
ucs4_t wc = 0xfffd;
src/libs/iconv/hkscs2001.h
45
static const ucs4_t hkscs2001_2uni_upages[85] = {
src/libs/iconv/hkscs2001.h
554
hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/hkscs2001.h
60
hkscs2001_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/hkscs2001.h
68
ucs4_t wc = 0xfffd;
src/libs/iconv/hkscs2004.h
546
hkscs2004_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/hkscs2004.h
65
static const ucs4_t hkscs2004_2uni_upages[78] = {
src/libs/iconv/hkscs2004.h
79
hkscs2004_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/hkscs2004.h
87
ucs4_t wc = 0xfffd;
src/libs/iconv/hp_roman8.h
47
hp_roman8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/hp_roman8.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/hp_roman8.h
57
*pwc = (ucs4_t) wc;
src/libs/iconv/hp_roman8.h
95
hp_roman8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/hz.h
31
hz_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/hz.h
44
*pwc = (ucs4_t) '~';
src/libs/iconv/hz.h
75
*pwc = (ucs4_t) c;
src/libs/iconv/hz.h
96
hz_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_cn.h
177
iso2022_cn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_cn.h
54
iso2022_cn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso2022_cnext.h
295
iso2022_cn_ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_cnext.h
64
iso2022_cn_ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso2022_jp.h
121
iso2022_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_jp.h
37
iso2022_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso2022_jp1.h
145
iso2022_jp1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_jp1.h
38
iso2022_jp1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso2022_jp2.h
302
iso2022_jp2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_jp2.h
54
iso2022_jp2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso2022_jp3.h
168
ucs4_t wc = jisx0213_to_ucs4(((state-STATE_JISX02131+1)<<8)+s[0],s[1]);
src/libs/iconv/iso2022_jp3.h
172
ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0];
src/libs/iconv/iso2022_jp3.h
173
ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1];
src/libs/iconv/iso2022_jp3.h
195
iso2022_jp3_flushwc (conv_t conv, ucs4_t *pwc)
src/libs/iconv/iso2022_jp3.h
197
ucs4_t last_wc = conv->istate >> 3;
src/libs/iconv/iso2022_jp3.h
260
iso2022_jp3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_jp3.h
45
iso2022_jp3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso2022_jp3.h
47
ucs4_t last_wc = conv->istate >> 3;
src/libs/iconv/iso2022_kr.h
135
iso2022_kr_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso2022_kr.h
53
iso2022_kr_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso646_cn.h
27
iso646_cn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso646_cn.h
32
*pwc = (ucs4_t) 0x00a5;
src/libs/iconv/iso646_cn.h
34
*pwc = (ucs4_t) 0x203e;
src/libs/iconv/iso646_cn.h
36
*pwc = (ucs4_t) c;
src/libs/iconv/iso646_cn.h
43
iso646_cn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso646_jp.h
29
iso646_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso646_jp.h
34
*pwc = (ucs4_t) 0x00a5;
src/libs/iconv/iso646_jp.h
36
*pwc = (ucs4_t) 0x203e;
src/libs/iconv/iso646_jp.h
38
*pwc = (ucs4_t) c;
src/libs/iconv/iso646_jp.h
45
iso646_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_1.h
26
iso8859_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_1.h
29
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_1.h
34
iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_10.h
47
iso8859_10_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_10.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_10.h
53
*pwc = (ucs4_t) iso8859_10_2uni[c-0xa0];
src/libs/iconv/iso8859_10.h
90
iso8859_10_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_11.h
26
iso8859_11_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_11.h
30
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_11.h
34
*pwc = (ucs4_t) (c + 0x0d60);
src/libs/iconv/iso8859_11.h
41
iso8859_11_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_13.h
47
iso8859_13_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_13.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_13.h
53
*pwc = (ucs4_t) iso8859_13_2uni[c-0xa0];
src/libs/iconv/iso8859_13.h
93
iso8859_13_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_14.h
105
iso8859_14_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_14.h
47
iso8859_14_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_14.h
51
*pwc = (ucs4_t) iso8859_14_2uni[c-0xa0];
src/libs/iconv/iso8859_14.h
53
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_15.h
35
iso8859_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_15.h
39
*pwc = (ucs4_t) iso8859_15_2uni[c-0xa0];
src/libs/iconv/iso8859_15.h
41
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_15.h
61
iso8859_15_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_16.h
47
iso8859_16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_16.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_16.h
53
*pwc = (ucs4_t) iso8859_16_2uni[c-0xa0];
src/libs/iconv/iso8859_16.h
96
iso8859_16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_2.h
47
iso8859_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_2.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_2.h
53
*pwc = (ucs4_t) iso8859_2_2uni[c-0xa0];
src/libs/iconv/iso8859_2.h
96
iso8859_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_3.h
100
iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_3.h
47
iso8859_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_3.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_3.h
57
*pwc = (ucs4_t) wc;
src/libs/iconv/iso8859_4.h
47
iso8859_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_4.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_4.h
53
*pwc = (ucs4_t) iso8859_4_2uni[c-0xa0];
src/libs/iconv/iso8859_4.h
96
iso8859_4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_5.h
47
iso8859_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_5.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_5.h
53
*pwc = (ucs4_t) iso8859_5_2uni[c-0xa0];
src/libs/iconv/iso8859_5.h
77
iso8859_5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_6.h
47
iso8859_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_6.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_6.h
57
*pwc = (ucs4_t) wc;
src/libs/iconv/iso8859_6.h
82
iso8859_6_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_7.h
47
iso8859_7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_7.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_7.h
57
*pwc = (ucs4_t) wc;
src/libs/iconv/iso8859_7.h
89
iso8859_7_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_8.h
47
iso8859_8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_8.h
53
*pwc = (ucs4_t) wc;
src/libs/iconv/iso8859_8.h
58
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_8.h
89
iso8859_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/iso8859_9.h
38
iso8859_9_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/iso8859_9.h
42
*pwc = (ucs4_t) iso8859_9_2uni[c-0xd0];
src/libs/iconv/iso8859_9.h
44
*pwc = (ucs4_t) c;
src/libs/iconv/iso8859_9.h
69
iso8859_9_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/isoir165.h
125
isoir165_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/isoir165.h
84
isoir165_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/isoir165ext.h
161
isoir165ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/isoir165ext.h
178
*pwc = (ucs4_t) wc;
src/libs/iconv/isoir165ext.h
756
isoir165ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/java.h
117
ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10);
src/libs/iconv/java.h
118
ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff);
src/libs/iconv/java.h
29
java_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/java.h
32
ucs4_t wc, wc2;
src/libs/iconv/java.h
57
wc |= (ucs4_t) c << (4 * (5-i));
src/libs/iconv/java.h
86
wc2 |= (ucs4_t) c << (4 * (11-i));
src/libs/iconv/java.h
98
java_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/jisx0201.h
26
jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/jisx0201.h
31
*pwc = (ucs4_t) 0x00a5;
src/libs/iconv/jisx0201.h
33
*pwc = (ucs4_t) 0x203e;
src/libs/iconv/jisx0201.h
35
*pwc = (ucs4_t) c;
src/libs/iconv/jisx0201.h
39
*pwc = (ucs4_t) c + 0xfec0;
src/libs/iconv/jisx0201.h
47
jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/jisx0208.h
1013
jisx0208_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/jisx0208.h
1030
*pwc = (ucs4_t) wc;
src/libs/iconv/jisx0208.h
2377
jisx0208_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/jisx0212.h
2157
jisx0212_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/jisx0212.h
914
jisx0212_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/jisx0212.h
937
*pwc = (ucs4_t) wc;
src/libs/iconv/jisx0213.h
1626
static const ucs4_t jisx0213_to_ucs_pagestart[] = {
src/libs/iconv/jisx0213.h
5863
static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col)
src/libs/iconv/jisx0213.h
5865
ucs4_t val;
src/libs/iconv/jisx0213.h
5901
static unsigned short ucs4_to_jisx0213 (ucs4_t ucs)
src/libs/iconv/johab.h
51
johab_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/johab.h
56
*pwc = (ucs4_t) 0x20a9;
src/libs/iconv/johab.h
58
*pwc = (ucs4_t) c;
src/libs/iconv/johab.h
89
johab_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/johab_hangul.h
105
johab_hangul_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/johab_hangul.h
126
*pwc = (ucs4_t) 0x3130 + jamo3;
src/libs/iconv/johab_hangul.h
132
*pwc = (ucs4_t) 0x3130 + jamo2;
src/libs/iconv/johab_hangul.h
141
*pwc = (ucs4_t) 0x3130 + jamo1;
src/libs/iconv/johab_hangul.h
198
johab_hangul_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/johab_hangul.h
233
static int johab_hangul_decompose (conv_t conv, ucs4_t* r, ucs4_t wc)
src/libs/iconv/johab_hangul.h
246
ucs4_t* p = r;
src/libs/iconv/koi8_r.h
131
koi8_r_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/koi8_r.h
55
koi8_r_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/koi8_r.h
59
*pwc = (ucs4_t) c;
src/libs/iconv/koi8_r.h
61
*pwc = (ucs4_t) koi8_r_2uni[c-0x80];
src/libs/iconv/koi8_ru.h
137
koi8_ru_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/koi8_ru.h
53
koi8_ru_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/koi8_ru.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/koi8_ru.h
59
*pwc = (ucs4_t) koi8_ru_2uni[c-0x80];
src/libs/iconv/koi8_t.h
123
koi8_t_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/koi8_t.h
53
koi8_t_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/koi8_t.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/koi8_t.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/koi8_u.h
139
koi8_u_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/koi8_u.h
55
koi8_u_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/koi8_u.h
59
*pwc = (ucs4_t) c;
src/libs/iconv/koi8_u.h
61
*pwc = (ucs4_t) koi8_u_2uni[c-0x80];
src/libs/iconv/ksc5601.h
1189
ksc5601_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ksc5601.h
1209
*pwc = (ucs4_t) wc;
src/libs/iconv/ksc5601.h
2984
ksc5601_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/loop_unicode.h
109
ucs4_t substitute =
src/libs/iconv/loop_unicode.h
202
ucs4_t wc = *buf;
src/libs/iconv/loop_unicode.h
24
static int unicode_transliterate (conv_t cd, ucs4_t wc,
src/libs/iconv/loop_unicode.h
281
ucs4_t wc;
src/libs/iconv/loop_unicode.h
31
ucs4_t buf[3];
src/libs/iconv/loop_unicode.h
440
ucs4_t wc;
src/libs/iconv/loop_unicode.h
72
ucs4_t buf[2];
src/libs/iconv/mac_arabic.h
114
mac_arabic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_arabic.h
53
mac_arabic_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_arabic.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_arabic.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_centraleurope.h
113
mac_centraleurope_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_centraleurope.h
53
mac_centraleurope_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_centraleurope.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_centraleurope.h
59
*pwc = (ucs4_t) mac_centraleurope_2uni[c-0x80];
src/libs/iconv/mac_croatian.h
139
mac_croatian_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_croatian.h
53
mac_croatian_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_croatian.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_croatian.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_cyrillic.h
110
mac_cyrillic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_cyrillic.h
53
mac_cyrillic_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_cyrillic.h
57
*pwc = (ucs4_t) mac_cyrillic_2uni[c-0x80];
src/libs/iconv/mac_cyrillic.h
59
*pwc = (ucs4_t) c;
src/libs/iconv/mac_greek.h
111
mac_greek_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_greek.h
53
mac_greek_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_greek.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_greek.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_hebrew.h
110
mac_hebrew_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_hebrew.h
53
mac_hebrew_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_hebrew.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_hebrew.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_iceland.h
134
mac_iceland_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_iceland.h
53
mac_iceland_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_iceland.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_iceland.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_roman.h
137
mac_roman_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_roman.h
53
mac_roman_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_roman.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_roman.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_romania.h
139
mac_romania_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_romania.h
53
mac_romania_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_romania.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_romania.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_thai.h
104
mac_thai_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_thai.h
53
mac_thai_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_thai.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_thai.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_turkish.h
135
mac_turkish_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_turkish.h
53
mac_turkish_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_turkish.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/mac_turkish.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/mac_ukraine.h
117
mac_ukraine_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/mac_ukraine.h
53
mac_ukraine_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mac_ukraine.h
57
*pwc = (ucs4_t) mac_ukraine_2uni[c-0x80];
src/libs/iconv/mac_ukraine.h
59
*pwc = (ucs4_t) c;
src/libs/iconv/mulelao.h
47
mulelao_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/mulelao.h
51
*pwc = (ucs4_t) c;
src/libs/iconv/mulelao.h
57
*pwc = (ucs4_t) wc;
src/libs/iconv/mulelao.h
80
mulelao_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/nextstep.h
119
nextstep_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/nextstep.h
53
nextstep_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/nextstep.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/nextstep.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/pt154.h
41
pt154_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/pt154.h
45
*pwc = (ucs4_t) c;
src/libs/iconv/pt154.h
47
*pwc = (ucs4_t) c + 0x0350;
src/libs/iconv/pt154.h
49
*pwc = (ucs4_t) pt154_2uni[c-0x80];
src/libs/iconv/pt154.h
98
pt154_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/riscos1.h
35
riscos1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/riscos1.h
39
*pwc = (ucs4_t) riscos1_2uni[c-0x80];
src/libs/iconv/riscos1.h
41
*pwc = (ucs4_t) c;
src/libs/iconv/riscos1.h
70
riscos1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/rk1048.h
123
rk1048_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/rk1048.h
53
rk1048_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/rk1048.h
57
*pwc = (ucs4_t) c;
src/libs/iconv/rk1048.h
63
*pwc = (ucs4_t) wc;
src/libs/iconv/shift_jisx0213.h
100
ucs4_t wc1 = jisx0213_to_ucs_combining[wc - 1][0];
src/libs/iconv/shift_jisx0213.h
101
ucs4_t wc2 = jisx0213_to_ucs_combining[wc - 1][1];
src/libs/iconv/shift_jisx0213.h
161
shift_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/shift_jisx0213.h
43
shift_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/shift_jisx0213.h
45
ucs4_t last_wc = conv->istate;
src/libs/iconv/shift_jisx0213.h
56
*pwc = (ucs4_t) 0x00a5;
src/libs/iconv/shift_jisx0213.h
58
*pwc = (ucs4_t) 0x203e;
src/libs/iconv/shift_jisx0213.h
60
*pwc = (ucs4_t) c;
src/libs/iconv/shift_jisx0213.h
72
ucs4_t wc;
src/libs/iconv/sjis.h
47
sjis_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/sjis.h
83
sjis_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/tcvn.h
133
*pwc = (ucs4_t) last_wc;
src/libs/iconv/tcvn.h
140
*pwc = (ucs4_t) last_wc;
src/libs/iconv/tcvn.h
150
*pwc = (ucs4_t) wc;
src/libs/iconv/tcvn.h
218
tcvn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/tcvn.h
81
tcvn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/tds565.h
41
tds565_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/tds565.h
45
*pwc = (ucs4_t) c;
src/libs/iconv/tds565.h
49
*pwc = (ucs4_t) tds565_2uni[c-0x40];
src/libs/iconv/tds565.h
87
tds565_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/tis620.h
26
tis620_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/tis620.h
30
*pwc = (ucs4_t) c;
src/libs/iconv/tis620.h
34
*pwc = (ucs4_t) (c + 0x0d60);
src/libs/iconv/tis620.h
41
tis620_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs2.h
29
ucs2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs2.h
34
ucs4_t wc = (state ? s[0] + (s[1] << 8) : (s[0] << 8) + s[1]);
src/libs/iconv/ucs2.h
56
ucs2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs2be.h
26
ucs2be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs2be.h
40
ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs2internal.h
26
ucs2internal_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs2internal.h
41
ucs2internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs2le.h
26
ucs2le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs2le.h
40
ucs2le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs2swapped.h
26
ucs2swapped_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs2swapped.h
45
ucs2swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs4.h
29
ucs4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs4.h
34
ucs4_t wc = (state
src/libs/iconv/ucs4.h
54
ucs4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs4be.h
26
ucs4be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs4be.h
36
ucs4be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs4internal.h
26
ucs4internal_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs4internal.h
36
ucs4internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs4le.h
26
ucs4le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs4le.h
36
ucs4le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/ucs4swapped.h
26
ucs4swapped_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/ucs4swapped.h
41
ucs4swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/uhc_1.h
1700
uhc_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/uhc_1.h
807
uhc_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/uhc_1.h
818
*pwc = (ucs4_t) (uhc_1_2uni_main_page81[2*row+(col>=89?1:0)] + uhc_1_2uni_page81[i]);
src/libs/iconv/uhc_2.h
489
uhc_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/uhc_2.h
500
*pwc = (ucs4_t) (uhc_2_2uni_main_pagea1[2*row+(col>=42?1:0)] + uhc_2_2uni_pagea1[i]);
src/libs/iconv/uhc_2.h
997
uhc_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf16.h
35
utf16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf16.h
40
ucs4_t wc = (state ? s[0] + (s[1] << 8) : (s[0] << 8) + s[1]);
src/libs/iconv/utf16.h
46
ucs4_t wc2 = (state ? s[2] + (s[3] << 8) : (s[2] << 8) + s[3]);
src/libs/iconv/utf16.h
73
utf16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf16.h
96
ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10);
src/libs/iconv/utf16.h
97
ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff);
src/libs/iconv/utf16be.h
28
utf16be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf16be.h
32
ucs4_t wc = (s[0] << 8) + s[1];
src/libs/iconv/utf16be.h
35
ucs4_t wc2 = (s[2] << 8) + s[3];
src/libs/iconv/utf16be.h
52
utf16be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf16be.h
65
ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10);
src/libs/iconv/utf16be.h
66
ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff);
src/libs/iconv/utf16le.h
28
utf16le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf16le.h
32
ucs4_t wc = s[0] + (s[1] << 8);
src/libs/iconv/utf16le.h
35
ucs4_t wc2 = s[2] + (s[3] << 8);
src/libs/iconv/utf16le.h
52
utf16le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf16le.h
65
ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10);
src/libs/iconv/utf16le.h
66
ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff);
src/libs/iconv/utf32.h
35
utf32_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf32.h
40
ucs4_t wc = (state
src/libs/iconv/utf32.h
64
utf32_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf32be.h
28
utf32be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf32be.h
31
ucs4_t wc = (s[0] << 24) + (s[1] << 16) + (s[2] << 8) + s[3];
src/libs/iconv/utf32be.h
42
utf32be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf32le.h
28
utf32le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf32le.h
31
ucs4_t wc = s[0] + (s[1] << 8) + (s[2] << 16) + (s[3] << 24);
src/libs/iconv/utf32le.h
42
utf32le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/utf7.h
168
ucs4_t wc1 = wc >> 16;
src/libs/iconv/utf7.h
169
ucs4_t wc2 = wc & 0xffff;
src/libs/iconv/utf7.h
206
utf7_wctomb (conv_t conv, unsigned char *r, ucs4_t iwc, int n)
src/libs/iconv/utf7.h
69
utf7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf7.h
86
*pwc = (ucs4_t) c;
src/libs/iconv/utf7.h
94
*pwc = (ucs4_t) '+';
src/libs/iconv/utf8.h
100
utf8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) /* n == 0 is acceptable */
src/libs/iconv/utf8.h
28
utf8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/utf8.h
42
*pwc = ((ucs4_t) (c & 0x1f) << 6)
src/libs/iconv/utf8.h
43
| (ucs4_t) (s[1] ^ 0x80);
src/libs/iconv/utf8.h
51
*pwc = ((ucs4_t) (c & 0x0f) << 12)
src/libs/iconv/utf8.h
52
| ((ucs4_t) (s[1] ^ 0x80) << 6)
src/libs/iconv/utf8.h
53
| (ucs4_t) (s[2] ^ 0x80);
src/libs/iconv/utf8.h
55
} else if (c < 0xf8 && sizeof(ucs4_t)*8 >= 32) {
src/libs/iconv/utf8.h
62
*pwc = ((ucs4_t) (c & 0x07) << 18)
src/libs/iconv/utf8.h
63
| ((ucs4_t) (s[1] ^ 0x80) << 12)
src/libs/iconv/utf8.h
64
| ((ucs4_t) (s[2] ^ 0x80) << 6)
src/libs/iconv/utf8.h
65
| (ucs4_t) (s[3] ^ 0x80);
src/libs/iconv/utf8.h
67
} else if (c < 0xfc && sizeof(ucs4_t)*8 >= 32) {
src/libs/iconv/utf8.h
74
*pwc = ((ucs4_t) (c & 0x03) << 24)
src/libs/iconv/utf8.h
75
| ((ucs4_t) (s[1] ^ 0x80) << 18)
src/libs/iconv/utf8.h
76
| ((ucs4_t) (s[2] ^ 0x80) << 12)
src/libs/iconv/utf8.h
77
| ((ucs4_t) (s[3] ^ 0x80) << 6)
src/libs/iconv/utf8.h
78
| (ucs4_t) (s[4] ^ 0x80);
src/libs/iconv/utf8.h
80
} else if (c < 0xfe && sizeof(ucs4_t)*8 >= 32) {
src/libs/iconv/utf8.h
88
*pwc = ((ucs4_t) (c & 0x01) << 30)
src/libs/iconv/utf8.h
89
| ((ucs4_t) (s[1] ^ 0x80) << 24)
src/libs/iconv/utf8.h
90
| ((ucs4_t) (s[2] ^ 0x80) << 18)
src/libs/iconv/utf8.h
91
| ((ucs4_t) (s[3] ^ 0x80) << 12)
src/libs/iconv/utf8.h
92
| ((ucs4_t) (s[4] ^ 0x80) << 6)
src/libs/iconv/utf8.h
93
| (ucs4_t) (s[5] ^ 0x80);
src/libs/iconv/viscii.h
125
viscii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
src/libs/iconv/viscii.h
63
viscii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
src/libs/iconv/viscii.h
67
*pwc = (ucs4_t) viscii_2uni_1[c];
src/libs/iconv/viscii.h
69
*pwc = (ucs4_t) c;
src/libs/iconv/viscii.h
71
*pwc = (ucs4_t) viscii_2uni_2[c-0x80];