Searched refs:cWC2MB (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dprivate.h28 #define wxSTR_TO_DFB(s) wxConvUTF8.cWC2MB((s).wc_str(*wxConvUI))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h89 const wxCharBuffer cWC2MB(const wchar_t *in) const;
106 cWC2MB(const wchar_t *in, size_t inLen, size_t *outLen) const;
111 const wxCharBuffer cWX2MB(const wchar_t *psz) const { return cWC2MB(psz); }
117 const wxCharBuffer cWC2WX(const wchar_t *psz) const { return cWC2MB(psz); }
485 #define wxFNCONV(name) wxConvFileName->cWC2MB( wxConvLocal.cWX2WC(name) )
H A Dstring.h885 { return wxConvUTF8.cWC2MB(wc_str(wxConvLibc)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.h86 inline Unicode2CharBuf filename2char(const wxChar* x) { return wxConvFile.cWC2MB(x); }
H A DTextFile.cpp189 wxCharBuffer strBuffer = conv.cWC2MB(result);
H A DPath.cpp39 // multibyte (as in cWC2MB/cMB2WC).
277 fn = wxConvUTF8.cWC2MB(filename);
299 wxCharBuffer fn = wxConvISO8859_1.cWC2MB(path);
312 wxCharBuffer fn = wxConvFile.cWC2MB(path.m_filesystem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dunicode.cpp151 wxCharBuffer buf = wxConvLibc.cWC2MB(L"", 0, &len);
197 wxCharBuffer buf = conv.cWC2MB(ws, (size_t)-1, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DPathTest.cpp42 wxCharBuffer fn = wxConvFile.cWC2MB(wxT("\u0627\u0644\u0639"));
51 if ((encoding == UE_Broken) && !wxConvFile.cWC2MB(src)) {
53 wxCharBuffer fn = wxConvUTF8.cWC2MB(src);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbconv.tex150 \membersection{wxMBConv::cWC2MB}\label{wxmbconvcwc2mb}
152 \constfunc{const wxCharBuffer}{cWC2MB}{\param{const wchar\_t* }{in}}
154 \constfunc{const wxCharBuffer}{cWC2MB}{\param{const wchar\_t* }{in}, \param{size\_t }{inLen}, \param{size\_t }{*outLen}}
H A Dwxstring.tex989 In Unicode build, converts using \arg{conv}'s \helpref{cWC2MB}{wxmbconvcwc2mb}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp419 wxCharBuffer buffer = m_conv->cWC2MB(out, out.length(), &len);
H A Dtarstrm.cpp1439 const wxCharBuffer utf_key = wxConvUTF8.cWC2MB(wide_key);
1442 const wxCharBuffer utf_value = wxConvUTF8.cWC2MB(wide_value);
H A Dstring.cpp1031 return conv.cWC2MB(c_str(), length() + 1 /* size, not length */, NULL);
1050 wxCharBuffer buf = conv.cWC2MB(pwz, nLength, &nLenMB);
H A Dstrconv.cpp382 const wxCharBuffer wxMBConv::cWC2MB(const wchar_t *pwz) const function in class:wxMBConv
428 wxMBConv::cWC2MB(const wchar_t *inBuff, size_t inLen, size_t *outLen) const function in class:wxMBConv
H A Dwxchar.cpp1280 wxCharBuffer buf(wxConvLibc.cWC2MB(ws));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.cpp335 wxCharBuffer s1 = wxConvISO8859_1.cWC2MB(str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddataobj.cpp1089 len = strlen(wxConvFileName->cWC2MB(m_filenames[i]));
1138 wxCharBuffer buf(wxConvFileName->cWC2MB(m_filenames[i]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp483 wxCharBuffer buf = wxConvLocal.cWC2MB(theURI, theURI.length(), &len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp1516 const wxCharBuffer data = wxConvUTF8.cWC2MB( text );
1521 const wxCharBuffer data = wxConvUTF8.cWC2MB( wdata );
1814 const wxCharBuffer data = wxConvUTF8.cWC2MB( string );
1824 const wxCharBuffer data = wxConvUTF8.cWC2MB( wdata );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp1531 const wxCharBuffer data = wxConvUTF8.cWC2MB( text );
1634 const wxCharBuffer data = wxConvUTF8.cWC2MB( string );
H A Dwindow.cpp1095 const wxCharBuffer data = wxConvUTF8.cWC2MB( string );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp240 CPPUNIT_ASSERT( strcmp(cs1250.cWC2MB(d.wc), d.cp1250) == 0 );
244 CPPUNIT_ASSERT( (const char*)cs1250.cWC2MB(d.wc) == NULL );

Completed in 276 milliseconds