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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Darchive.cpp29 wxMBConv& conv)
31 m_conv(conv)
36 wxMBConv& conv)
38 m_conv(conv)
47 wxMBConv& conv)
49 m_conv(conv)
54 wxMBConv& conv)
56 m_conv(conv)
28 wxArchiveInputStream(wxInputStream& stream, wxMBConv& conv) argument
35 wxArchiveInputStream(wxInputStream *stream, wxMBConv& conv) argument
46 wxArchiveOutputStream(wxOutputStream& stream, wxMBConv& conv) argument
53 wxArchiveOutputStream(wxOutputStream *stream, wxMBConv& conv) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dascii.h26 ascii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
37 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dbig5hkscs.h46 big5hkscs_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
51 return ascii_mbtowc(conv,pwc,s,n);
60 int ret = big5_mbtowc(conv,pwc,s,2);
67 return hkscs_mbtowc(conv,pwc,s,n);
71 big5hkscs_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
77 ret = ascii_wctomb(conv,r,wc,n);
82 ret = big5_wctomb(conv,buf,wc,2);
93 return hkscs_wctomb(conv,r,wc,n);
H A Diso8859_1.h26 iso8859_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
34 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4be.h26 ucs4be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
36 ucs4be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4internal.h26 ucs4internal_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
36 ucs4internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4le.h26 ucs4le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
36 ucs4le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Deuc_tw.h26 euc_tw_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 return ascii_mbtowc(conv,pwc,s,n);
41 return cns11643_1_mbtowc(conv,pwc,buf,2);
60 case 1: ret = cns11643_1_mbtowc(conv,pwc,buf,2); break;
61 case 2: ret = cns11643_2_mbtowc(conv,pwc,buf,2); break;
62 case 3: ret = cns11643_3_mbtowc(conv,pwc,buf,2); break;
63 case 4: ret = cns11643_4_mbtowc(conv,pwc,buf,2); break;
64 case 5: ret = cns11643_5_mbtowc(conv,pwc,buf,2); break;
65 case 6: ret = cns11643_6_mbtowc(conv,pwc,buf,2); break;
66 case 7: ret = cns11643_7_mbtowc(conv,pw
82 euc_tw_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Ducs2.h29 ucs2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 state_t state = conv->istate;
43 conv->istate = state;
47 conv->istate = state;
56 ucs2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4.h29 ucs4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 state_t state = conv->istate;
43 conv->istate = state;
48 conv->istate = state;
54 ucs4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dgb18030.h46 gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
52 return ascii_mbtowc(conv,pwc,s,n);
55 ret = gbk_mbtowc(conv,pwc,s,n);
59 ret = gb18030ext_mbtowc(conv,pwc,s,n);
64 ret = gb18030uni_mbtowc(conv,pwc,s,n);
104 gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
109 ret = ascii_wctomb(conv,r,wc,n);
114 ret = gbk_wctomb(conv,r,wc,n);
118 ret = gb18030ext_wctomb(conv,r,wc,n);
123 ret = gb18030uni_wctomb(conv,
[all...]
H A Diso2022_jp.h37 iso2022_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
39 state_t state = conv->istate;
82 int ret = ascii_mbtowc(conv,pwc,s,1);
86 conv->istate = state;
92 int ret = jisx0201_mbtowc(conv,pwc,s,1);
96 conv->istate = state;
104 int ret = jisx0208_mbtowc(conv,pwc,s,2);
108 conv->istate = state;
116 conv->istate = state;
121 iso2022_jp_wctomb (conv_t conv, unsigne argument
195 iso2022_jp_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dgenflags.c37 struct conv_struct conv; local
38 memset(&conv,'\0',sizeof(conv));
39 conv.ofuncs = *ofuncs;
48 memset(&conv.ostate,'\0',sizeof(state_t));
49 res[i] = (conv.ofuncs.xxx_wctomb(&conv,buf,probe[i],sizeof(buf)) != RET_ILUNI);
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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dascii.h26 ascii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
37 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Diso8859_1.h26 iso8859_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
34 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4be.h26 ucs4be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
36 ucs4be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4internal.h26 ucs4internal_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
36 ucs4internal_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4le.h26 ucs4le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
36 ucs4le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Deuc_tw.h26 euc_tw_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 return ascii_mbtowc(conv,pwc,s,n);
41 return cns11643_1_mbtowc(conv,pwc,buf,2);
60 case 1: ret = cns11643_1_mbtowc(conv,pwc,buf,2); break;
61 case 2: ret = cns11643_2_mbtowc(conv,pwc,buf,2); break;
62 case 3: ret = cns11643_3_mbtowc(conv,pwc,buf,2); break;
63 case 4: ret = cns11643_4_mbtowc(conv,pwc,buf,2); break;
64 case 5: ret = cns11643_5_mbtowc(conv,pwc,buf,2); break;
65 case 6: ret = cns11643_6_mbtowc(conv,pwc,buf,2); break;
66 case 7: ret = cns11643_7_mbtowc(conv,pw
82 euc_tw_wctomb(conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
[all...]
H A Ducs2.h29 ucs2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 state_t state = conv->istate;
43 conv->istate = state;
47 conv->istate = state;
56 ucs2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Ducs4.h29 ucs4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
31 state_t state = conv->istate;
43 conv->istate = state;
48 conv->istate = state;
54 ucs4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp949.h41 cp949_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
46 return ascii_mbtowc(conv,pwc,s,n);
49 return uhc_1_mbtowc(conv,pwc,s,n);
57 return uhc_2_mbtowc(conv,pwc,s,n);
63 ret = ksc5601_mbtowc(conv,pwc,buf,2);
82 cp949_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
88 ret = ascii_wctomb(conv,r,wc,n);
93 ret = ksc5601_wctomb(conv,buf,wc,2);
106 return uhc_1_wctomb(conv,r,wc,n);
108 return uhc_2_wctomb(conv,
[all...]
H A Diso2022_jp.h37 iso2022_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
39 state_t state = conv->istate;
82 int ret = ascii_mbtowc(conv,pwc,s,1);
86 conv->istate = state;
92 int ret = jisx0201_mbtowc(conv,pwc,s,1);
96 conv->istate = state;
104 int ret = jisx0208_mbtowc(conv,pwc,s,2);
108 conv->istate = state;
116 conv->istate = state;
121 iso2022_jp_wctomb (conv_t conv, unsigne argument
195 iso2022_jp_reset(conv_t conv, unsigned char *r, int n) argument
[all...]
H A Dgenflags.c38 struct conv_struct conv; local
39 memset(&conv,'\0',sizeof(conv));
40 conv.ofuncs = *ofuncs;
49 memset(&conv.ostate,'\0',sizeof(state_t));
50 res[i] = (conv.ofuncs.xxx_wctomb(&conv,buf,probe[i],sizeof(buf)) != RET_ILUNI);

Completed in 157 milliseconds

1234567891011>>