Searched refs:conv (Results 126 - 150 of 579) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextbuf.cpp184 bool wxTextBuffer::Open(const wxString& strBufferName, const wxMBConv& conv) argument
188 return Open(conv);
191 bool wxTextBuffer::Open(const wxMBConv& conv) argument
201 m_isOpened = OnRead(conv);
279 bool wxTextBuffer::Write(wxTextFileType typeNew, const wxMBConv& conv) argument
281 return OnWrite(typeNew, conv);
H A Dtextfile.cpp89 bool wxTextFile::OnRead(const wxMBConv& conv) argument
171 const wxString str(buf, conv, bufPos);
266 bool wxTextFile::OnWrite(wxTextFileType typeNew, const wxMBConv& conv) argument
288 conv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_convert.h46 * @param conv conversion function pointer
51 const char *descr, void *conv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfile.h100 bool Write(const wxString& s, const wxMBConv& conv = wxConvUTF8)
102 const wxWX2MBbuf buf = s.mb_str(conv);
177 bool Write(const wxString& str, const wxMBConv& conv = wxConvUTF8)
178 { return m_file.Write(str, conv); }
H A Dtextbuf.h84 bool Open(const wxMBConv& conv = wxConvAuto());
87 bool Open(const wxString& strBufferName, const wxMBConv& conv = wxConvAuto());
165 const wxMBConv& conv = wxConvAuto());
187 virtual bool OnRead(const wxMBConv& conv) = 0;
188 virtual bool OnWrite(wxTextFileType typeNew, const wxMBConv& conv) = 0;
H A Dfileconf.h125 const wxMBConv& conv = wxConvAuto());
129 wxFileConfig(wxInputStream &inStream, const wxMBConv& conv = wxConvAuto());
172 virtual bool Save(wxOutputStream& os, const wxMBConv& conv = wxConvAuto());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddde.h97 wxDDEConnection *FindConnection(WXHCONV conv);
98 bool DeleteConnection(WXHCONV conv);
127 wxDDEConnection *FindConnection(WXHCONV conv);
128 bool DeleteConnection(WXHCONV conv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
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 Dcp950.h112 cp950_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
117 return ascii_mbtowc(conv,pwc,s,n);
134 int ret = big5_mbtowc(conv,pwc,s,2);
141 int ret = cp950ext_mbtowc(conv,pwc,s,2);
150 cp950_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
156 ret = ascii_wctomb(conv,r,wc,n);
206 ret = big5_wctomb(conv,buf,wc,2);
217 ret = cp950ext_wctomb(conv,buf,wc,2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sid.c220 uint32 conv; local
231 conv = (uint32) strtoul(p, &q, 10);
236 sidout->sid_rev_num = (uint8) conv;
240 conv = (uint32) strtoul(q, &q, 10);
246 /* NOTE - the conv value is in big-endian format. */
249 sidout->id_auth[2] = (conv & 0xff000000) >> 24;
250 sidout->id_auth[3] = (conv & 0x00ff0000) >> 16;
251 sidout->id_auth[4] = (conv & 0x0000ff00) >> 8;
252 sidout->id_auth[5] = (conv & 0x000000ff);
257 for(conv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c373 void (*conv)(const uint8_t *src, uint8_t *dst, int num_pixels,
381 case AV_PIX_FMT_RGB32 : conv = gray8aToPacked32; break;
382 case AV_PIX_FMT_BGR32 : conv = gray8aToPacked32; break;
383 case AV_PIX_FMT_BGR32_1: conv = gray8aToPacked32_1; break;
384 case AV_PIX_FMT_RGB32_1: conv = gray8aToPacked32_1; break;
385 case AV_PIX_FMT_RGB24 : conv = gray8aToPacked24; break;
386 case AV_PIX_FMT_BGR24 : conv = gray8aToPacked24; break;
390 case AV_PIX_FMT_RGB32 : conv = sws_convertPalette8ToPacked32; break;
391 case AV_PIX_FMT_BGR32 : conv = sws_convertPalette8ToPacked32; break;
392 case AV_PIX_FMT_BGR32_1: conv
1154 rgbConvFn conv = NULL; local
1260 rgbConvFn conv = findRgbConvFn(c); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl98 $reg2=&conv($1);
210 $t=&conv($p1).",";
215 push(@out,&conv($p2));
231 push(@out,"\t$name\t".&conv($p1)."\n");
234 sub conv subroutine
440 push(@out,"\t$name\t".&conv($p1)."\n");
H A Dx86nasm.pl106 $reg2=&conv($1);
227 $t=&conv($p1).",";
232 push(@out,&conv($p2));
247 push(@out,"\t$name\t".&conv($p1)."\n");
250 sub conv subroutine
426 push(@out,"\t$name\t".&conv($p1)."\n");
H A Dx86unix.pl271 $p2=&conv($p2);
272 $p1=&conv($p1);
278 $t=&conv($p2).",";
284 push(@out,&conv($p1)."\n");
301 $p2=&conv($p2);
302 $p1=&conv($p1);
307 push(@out,"\t$name\t".&conv($p1)."\n");
315 push(@out,"\t$name\t*".&conv($p1)."\n");
323 sub conv subroutine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dtextstreamtest.cpp75 void TestInput(const wxMBConv& conv,
253 void TextStreamTestCase::TestInput(const wxMBConv& conv, argument
258 wxTextInputStream textIn(byteIn, wxT("\n"), conv);

Completed in 228 milliseconds

1234567891011>>