Searched refs:conv (Results 26 - 50 of 177) sorted by relevance

12345678

/haiku/src/libs/iconv/
H A Ddec_hanyu.h26 dec_hanyu_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 return ascii_mbtowc(conv,pwc,s,n);
47 ret = cns11643_3_mbtowc(conv,pwc,buf,2);
57 return cns11643_1_mbtowc(conv,pwc,buf,2);
62 return cns11643_2_mbtowc(conv,pwc,buf,2);
70 dec_hanyu_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
76 ret = ascii_wctomb(conv,r,wc,n);
80 ret = cns11643_wctomb(conv,buf,wc,3);
H A Ducs2be.h26 ucs2be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
40 ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2internal.h26 ucs2internal_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
41 ucs2internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2le.h26 ucs2le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
40 ucs2le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso2022_kr.h53 iso2022_kr_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
55 state_t state = conv->istate;
98 int ret = ascii_mbtowc(conv,pwc,s,1);
107 conv->istate = state;
116 int ret = ksc5601_mbtowc(conv,pwc,s,2);
121 conv->istate = state;
130 conv->istate = state;
135 iso2022_kr_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
137 state_t state = conv->ostate;
143 ret = ascii_wctomb(conv,bu
197 iso2022_kr_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Diso2022_jp1.h38 iso2022_jp1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
40 state_t state = conv->istate;
94 int ret = ascii_mbtowc(conv,pwc,s,1);
98 conv->istate = state;
104 int ret = jisx0201_mbtowc(conv,pwc,s,1);
108 conv->istate = state;
116 int ret = jisx0208_mbtowc(conv,pwc,s,2);
120 conv->istate = state;
128 int ret = jisx0212_mbtowc(conv,pwc,s,2);
132 conv
145 iso2022_jp1_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
242 iso2022_jp1_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Diso2022_cnext.h64 iso2022_cn_ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
66 state_t state = conv->istate;
152 int ret = cns11643_2_mbtowc(conv,pwc,s+2,2);
157 conv->istate = state;
170 int ret = cns11643_3_mbtowc(conv,pwc,s+2,2);
175 conv->istate = state;
181 int ret = cns11643_4_mbtowc(conv,pwc,s+2,2);
186 conv->istate = state;
192 int ret = cns11643_5_mbtowc(conv,pwc,s+2,2);
197 conv
295 iso2022_cn_ext_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
553 iso2022_cn_ext_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Deuc_jisx0213.h43 euc_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
45 ucs4_t last_wc = conv->istate;
48 conv->istate = 0;
90 conv->istate = wc2;
147 euc_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
150 unsigned short lasttwo = conv->ostate;
186 conv->ostate = 0;
206 conv->ostate = 0;
215 conv->ostate = 0;
226 conv
255 euc_jisx0213_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Diso2022_cn.h54 iso2022_cn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
56 state_t state = conv->istate;
98 int ret = cns11643_2_mbtowc(conv,pwc,s+2,2);
103 conv->istate = state;
133 int ret = ascii_mbtowc(conv,pwc,s,1);
141 conv->istate = state;
154 ret = gb2312_mbtowc(conv,pwc,s,2); break;
156 ret = cns11643_1_mbtowc(conv,pwc,s,2); break;
163 conv->istate = state;
172 conv
177 iso2022_cn_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
295 iso2022_cn_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Diso2022_jp2.h54 iso2022_jp2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
56 state_t state = conv->istate;
152 int ret = iso8859_1_mbtowc(conv,pwc,&buf,1);
157 conv->istate = state;
164 int ret = iso8859_7_mbtowc(conv,pwc,&buf,1);
169 conv->istate = state;
183 int ret = ascii_mbtowc(conv,pwc,s,1);
190 conv->istate = state;
196 int ret = jisx0201_mbtowc(conv,pwc,s,1);
203 conv
302 iso2022_jp2_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
651 iso2022_jp2_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dgbk.h64 gbk_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
87 ret = gb2312_mbtowc(conv,pwc,buf,2);
91 ret = cp936ext_mbtowc(conv,pwc,buf,2);
97 return gbkext1_mbtowc(conv,pwc,s,2);
99 return gbkext2_mbtowc(conv,pwc,s,2);
112 gbk_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
118 ret = gb2312_wctomb(conv,buf,wc,2);
128 ret = gbkext_inv_wctomb(conv,buf,wc,2);
142 ret = cp936ext_wctomb(conv,buf,wc,2);
H A Diso2022_jp3.h45 iso2022_jp3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
47 ucs4_t last_wc = conv->istate >> 3;
50 conv->istate &= 7;
54 state_t state = conv->istate;
122 int ret = ascii_mbtowc(conv,pwc,s,1);
126 conv->istate = state;
132 int ret = jisx0201_mbtowc(conv,pwc,s,1);
136 conv->istate = state;
143 int ret = jisx0201_mbtowc(conv,pwc,&buf,1);
147 conv
195 iso2022_jp3_flushwc(conv_t conv, ucs4_t *pwc) argument
260 iso2022_jp3_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
494 iso2022_jp3_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Diso646_cn.h27 iso646_cn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
43 iso646_cn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso646_jp.h29 iso646_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
45 iso646_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_11.h26 iso8859_11_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
41 iso8859_11_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dtis620.h26 tis620_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
41 tis620_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs2swapped.h26 ucs2swapped_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
45 ucs2swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4swapped.h26 ucs4swapped_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
41 ucs4swapped_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf32be.h28 utf32be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
42 utf32be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dutf32le.h28 utf32le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
42 utf32le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp932.h89 cp932_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
93 return ascii_mbtowc(conv,pwc,s,n);
95 return jisx0201_mbtowc(conv,pwc,s,n);
109 return jisx0208_mbtowc(conv,pwc,buf,2);
114 return cp932ext_mbtowc(conv,pwc,s,2);
131 cp932_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
137 ret = ascii_wctomb(conv,buf,wc,1);
149 ret = jisx0201_wctomb(conv,buf,wc,1);
161 ret = jisx0208_wctomb(conv,buf,wc,2);
179 ret = cp932ext_wctomb(conv,bu
[all...]
H A Deuc_jp.h26 euc_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 return ascii_mbtowc(conv,pwc,s,n);
41 return jisx0208_mbtowc(conv,pwc,buf,2);
62 int ret = jisx0201_mbtowc(conv,pwc,s+1,n-1);
86 ret = jisx0212_mbtowc(conv,pwc,buf,2);
111 euc_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
117 ret = ascii_wctomb(conv,r,wc,n);
122 ret = jisx0208_wctomb(conv,buf,wc,2);
133 ret = jisx0201_wctomb(conv,buf,wc,1);
144 ret = jisx0212_wctomb(conv,bu
[all...]
H A Dshift_jisx0213.h43 shift_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
45 ucs4_t last_wc = conv->istate;
48 conv->istate = 0;
105 conv->istate = wc2;
161 shift_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
164 unsigned short lasttwo = conv->ostate;
200 conv->ostate = 0;
220 conv->ostate = 0;
227 conv->ostate = 0;
234 conv
297 shift_jisx0213_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Djohab.h51 johab_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
61 return johab_hangul_mbtowc(conv,pwc,s,n);
80 return ksc5601_mbtowc(conv,pwc,buf,2);
89 johab_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
109 ret = johab_hangul_wctomb(conv,buf,wc,2);
120 ret = ksc5601_wctomb(conv,buf,wc,2);
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
24 #dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=500 conv=notrunc && \

Completed in 93 milliseconds

12345678