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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dutf32.h35 utf32_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
37 state_t state = conv->istate;
50 conv->istate = state;
57 conv->istate = state;
64 utf32_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
68 if (!conv->ostate) {
84 conv->ostate = 1;
H A Dutf16.h35 utf16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
37 state_t state = conv->istate;
50 conv->istate = state;
58 conv->istate = state;
63 conv->istate = state;
73 utf16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
77 if (!conv->ostate) {
89 conv->ostate = 1;
102 conv->ostate = 1;
H A Dconverters.h37 int (*xxx_mbtowc) (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n);
39 * int xxx_mbtowc (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n)
46 int (*xxx_flushwc) (conv_t conv, ucs4_t *pwc);
48 * int xxx_flushwc (conv_t conv, ucs4_t *pwc)
63 int (*xxx_wctomb) (conv_t conv, unsigned char *r, ucs4_t wc, int n);
65 * int xxx_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
70 int (*xxx_reset) (conv_t conv, unsigned char *r, int n);
72 * int xxx_reset (conv_t conv, unsigned char *r, int n)
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dutf16.h35 utf16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
37 state_t state = conv->istate;
50 conv->istate = state;
58 conv->istate = state;
63 conv->istate = state;
73 utf16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
77 if (!conv->ostate) {
89 conv->ostate = 1;
102 conv->ostate = 1;
H A Dconverters.h37 int (*xxx_mbtowc) (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n);
39 * int xxx_mbtowc (conv_t conv, ucs4_t *pwc, unsigned char const *s, int n)
46 int (*xxx_flushwc) (conv_t conv, ucs4_t *pwc);
48 * int xxx_flushwc (conv_t conv, ucs4_t *pwc)
63 int (*xxx_wctomb) (conv_t conv, unsigned char *r, ucs4_t wc, int n);
65 * int xxx_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
70 int (*xxx_reset) (conv_t conv, unsigned char *r, int n);
72 * int xxx_reset (conv_t conv, unsigned char *r, int n)
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DTextFile.h97 * @param conv The converter used to convert from multibyte to widechar.
104 wxString GetNextLine(EReadTextFile flags = txtReadAll, const wxMBConv& conv = wxConvLibc, bool* result = NULL);
109 * @param conv The converter used to convert from widechar to multibyte.
111 bool WriteLine(const wxString& line, const wxMBConv& conv = wxConvLibc);
115 wxArrayString ReadLines(EReadTextFile flags = txtReadDefault, const wxMBConv& conv = wxConvLibc);
118 bool WriteLines(const wxArrayString& lines, const wxMBConv& conv = wxConvLibc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_conv.h35 PyObject *from_struct(void *s, struct pyconv *conv);
36 BOOL to_struct(void *s, PyObject *dict, struct pyconv *conv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextfile.h42 virtual bool OnRead(const wxMBConv& conv);
43 virtual bool OnWrite(wxTextFileType typeNew, const wxMBConv& conv);

Completed in 114 milliseconds

1234567891011>>