Searched refs:conv (Results 76 - 100 of 579) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
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.h70 gbk_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
93 ret = gb2312_mbtowc(conv,pwc,buf,2);
97 ret = cp936ext_mbtowc(conv,pwc,buf,2);
103 return gbkext1_mbtowc(conv,pwc,s,2);
105 return gbkext2_mbtowc(conv,pwc,s,2);
118 gbk_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
124 ret = gb2312_wctomb(conv,buf,wc,2);
134 ret = gbkext_inv_wctomb(conv,buf,wc,2);
148 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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmemtext.h40 virtual bool OnRead(const wxMBConv& WXUNUSED(conv))
44 const wxMBConv& WXUNUSED(conv) = wxConvUTF8) member in class:wxMemoryText
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dadc.h28 void (*conv)(struct s3c_adc_client *client,

Completed in 133 milliseconds

1234567891011>>