Searched refs:conv (Results 51 - 75 of 177) sorted by relevance

12345678

/haiku/src/libs/iconv/
H A Dsjis.h47 sjis_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
51 return jisx0201_mbtowc(conv,pwc,s,n);
65 return jisx0208_mbtowc(conv,pwc,buf,2);
83 sjis_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
89 ret = jisx0201_wctomb(conv,buf,wc,1);
101 ret = jisx0208_wctomb(conv,buf,wc,2);
H A Dcp1162.h26 cp1162_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
48 cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp858.h26 cp858_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
39 cp858_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djisx0201.h26 jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
47 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp936.h51 cp936_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
55 int ret = ces_gbk_mbtowc(conv,pwc,s,n);
93 cp936_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
97 int ret = ces_gbk_wctomb(conv,r,wc,n);
H A Dutf7.h69 utf7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
71 state_t state = conv->istate;
87 conv->istate = state;
95 conv->istate = state;
176 conv->istate = base64state;
181 conv->istate = state;
206 utf7_wctomb (conv_t conv, unsigned char *r, ucs4_t iwc, int n) argument
208 state_t state = conv->ostate;
218 /*conv->ostate = state;*/
226 /*conv
321 utf7_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dgb18030.h189 gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
195 return ascii_mbtowc(conv,pwc,s,n);
198 ret = gbk_mbtowc(conv,pwc,s,n);
202 ret = gb18030ext_mbtowc(conv,pwc,s,n);
208 ret = gb18030uni_mbtowc(conv,pwc,s,n);
307 gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
312 ret = ascii_wctomb(conv,r,wc,n);
317 ret = gbk_wctomb(conv,r,wc,n);
321 ret = gb18030ext_wctomb(conv,r,wc,n);
365 ret = gb18030uni_wctomb(conv,
[all...]
H A Dcns11643_4.h33 cns11643_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcp1163.h26 cp1163_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
43 cp1163_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf16be.h28 utf16be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
52 utf16be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf16le.h28 utf16le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
52 utf16le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dc99.h30 c99_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
97 c99_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1161.h47 cp1161_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
69 cp1161_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp936ext.h38 cp936ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
82 cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp950.h133 cp950_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
138 return ascii_mbtowc(conv,pwc,s,n);
156 int ret = big5_mbtowc(conv,pwc,s,2);
179 int ret = cp950ext_mbtowc(conv,pwc,s,2);
188 cp950_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
194 ret = ascii_wctomb(conv,r,wc,n);
262 ret = big5_wctomb(conv,buf,wc,2);
273 ret = cp950ext_wctomb(conv,buf,wc,2);
H A Diso8859_15.h35 iso8859_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
61 iso8859_15_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_9.h38 iso8859_9_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
69 iso8859_9_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djava.h29 java_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
98 java_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1255.h172 cp1255_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
184 last_wc = conv->istate;
228 conv->istate = last_wc;
232 conv->istate = 0;
240 conv->istate = 0;
247 conv->istate = wc;
299 cp1255_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1258.h75 cp1258_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
87 last_wc = conv->istate;
127 conv->istate = 0;
134 conv->istate = 0;
141 conv->istate = wc;
204 cp1258_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dtcvn.h81 tcvn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
92 last_wc = conv->istate;
132 conv->istate = 0;
139 conv->istate = 0;
146 conv->istate = wc;
218 tcvn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1124.h47 cp1124_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
84 cp1124_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1133.h46 cp1133_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
92 cp1133_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp1252.h35 cp1252_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
79 cp1252_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
/haiku/headers/libs/agg/
H A Dagg_line_aa_basics.h65 AGG_INLINE static int conv(double x) function in struct:agg::line_coord
74 AGG_INLINE static int conv(double x) function in struct:agg::line_coord_sat

Completed in 60 milliseconds

12345678