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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbcnvut7.tex34 \membersection{wxMBConvUTF7::WC2MB}\label{wxmbconvutf7wc2mb}
36 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
H A Dmbcnvutf.tex34 \membersection{wxMBConvUTF16::WC2MB}\label{wxmbconvutf16wc2mb}
36 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
75 \membersection{wxMBConvUTF32::WC2MB}\label{wxmbconvutf32wc2mb}
77 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
H A Dcsconv.tex66 \membersection{wxCSConv::WC2MB}\label{wxcsconvwc2mb}
68 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
H A Dmbcnvfil.tex49 \membersection{wxMBConvFile::WC2MB}\label{wxmbconvfilewc2mb}
51 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
H A Dmbcnvut8.tex54 \membersection{wxMBConvUTF8::WC2MB}\label{wxmbconvutf8wc2mb}
56 \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
H A Dmbconv.tex111 \membersection{wxMBConv::WC2MB}\label{wxmbconvwc2mb}
113 \constfunc{virtual size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
156 Converts from Unicode to multibyte encoding by calling WC2MB,
H A Dtmbconv.tex64 is override the MB2WC and WC2MB methods.
H A Dwxstring.tex463 \helpref{WC2MB}{wxmbconvwc2mb} method is called to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h45 // don't let the fact that the existing classes implement MB2WC/WC2MB() instead
143 // this base class in terms of MB2WC/WC2MB() to avoid having to rewrite all
156 virtual size_t WC2MB(char *out, const wchar_t *in, size_t outLen) const;
175 virtual size_t WC2MB(char *outputBuf, const wchar_t *psz, size_t outputSize) const;
205 virtual size_t WC2MB(char *out, const wchar_t *in, size_t outLen) const function in class:wxConvBrokenFileNames
207 return m_conv->WC2MB(out, in, outLen);
235 virtual size_t WC2MB(char *outputBuf, const wchar_t *psz, size_t outputSize) const;
256 virtual size_t WC2MB(char *outputBuf, const wchar_t *psz, size_t outputSize) const;
381 virtual size_t WC2MB(char *outputBuf, const wchar_t *psz, size_t outputSize) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp310 size_t lenChunk = WC2MB(NULL, src, 0);
323 if ( WC2MB(dst, src, lenChunk) == wxCONV_FAILED )
346 size_t wxMBConv::WC2MB(char *outBuff, const wchar_t *inBuff, size_t outLen) const function in class:wxMBConv
386 const size_t nLen = WC2MB(NULL, pwz, 0);
393 if ( WC2MB(buf.data(), pwz, nLen + extraLen) != wxCONV_FAILED )
471 size_t wxMBConvLibc::WC2MB(char *buf, const wchar_t *psz, size_t n) const function in class:wxMBConvLibc
641 size_t wxMBConvUTF7::WC2MB(char *buf, const wchar_t *psz, size_t n) const function in class:wxMBConvUTF7
876 size_t wxMBConvUTF8::WC2MB(char *buf, const wchar_t *psz, size_t n) const function in class:wxMBConvUTF8
1598 virtual size_t WC2MB(char *buf, const wchar_t *psz, size_t n) const;
1879 size_t wxMBConv_iconv::WC2MB(cha function in class:wxMBConv_iconv
2102 virtual size_t WC2MB(char *buf, const wchar_t *pwz, size_t n) const function in class:wxMBConv_win32
2644 size_t WC2MB(char *szOut, const wchar_t *szUnConv, size_t nOutSize) const function in class:wxMBConv_cocoa
2844 size_t WC2MB(char *buf, const wchar_t *psz, size_t n) const function in class:wxMBConv_mac
2951 size_t WC2MB(char *buf, const wchar_t *psz, size_t n) const function in class:wxMBConv_macUTF8D
3162 size_t WC2MB(char *buf, const wchar_t *psz, size_t WXUNUSED(n)) const function in class:wxMBConv_wxwin
3647 size_t wxCSConv::WC2MB(char *buf, const wchar_t *psz, size_t n) const function in class:wxCSConv
[all...]
H A Ddobjcmn.cpp296 size_t len = GetConv(format).WC2MB( NULL, GetText().c_str(), 0 );
309 size_t len = GetConv(format).WC2MB( NULL, GetText().c_str(), 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1799 size_t unicharlen = converter.WC2MB( NULL , str.wc_str() , 0 );
1801 converter.WC2MB( (char*) ubuf , str.wc_str(), unicharlen + 2 );
1804 size_t unicharlen = converter.WC2MB( NULL , wchar.data() , 0 );
1806 converter.WC2MB( (char*) ubuf , wchar.data() , unicharlen + 2 );
1924 size_t unicharlen = converter.WC2MB( NULL , str.wc_str() , 0 );
1926 converter.WC2MB( (char*) ubuf , str.wc_str(), unicharlen + 2 );
1929 size_t unicharlen = converter.WC2MB( NULL , wchar.data() , 0 );
1931 converter.WC2MB( (char*) ubuf , wchar.data() , unicharlen + 2 );
1992 size_t unicharlen = converter.WC2MB( NULL , text.wc_str() , 0 );
1994 converter.WC2MB( (cha
[all...]
H A Ddccg.cpp896 size_t unicharlen = converter.WC2MB( NULL , str.wc_str() , 0 ) ;
898 converter.WC2MB( (char*) ubuf , str.wc_str(), unicharlen + 2 ) ;
901 size_t unicharlen = converter.WC2MB( NULL , wchar.data() , 0 ) ;
903 converter.WC2MB( (char*) ubuf , wchar.data() , unicharlen + 2 ) ;
1028 size_t unicharlen = converter.WC2MB( NULL , str.wc_str() , 0 ) ;
1030 converter.WC2MB( (char*) ubuf , str.wc_str(), unicharlen + 2 ) ;
1033 size_t unicharlen = converter.WC2MB( NULL , wchar.data() , 0 ) ;
1035 converter.WC2MB( (char*) ubuf , wchar.data() , unicharlen + 2 ) ;
1089 size_t unicharlen = converter.WC2MB( NULL , text.wc_str() , 0 ) ;
1091 converter.WC2MB( (cha
[all...]
H A Dtextctrl.cpp2276 ByteCount byteBufferLen = converter.WC2MB( NULL, st.wc_str(), 0 ) ;
2280 converter.WC2MB( (char*)unibuf, st.wc_str(), byteBufferLen + 2 ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp733 size_t unicharlen = converter.WC2MB( NULL , str.wc_str() , 0 ) ;
735 converter.WC2MB( (char*) m_ubuf , str.wc_str(), unicharlen + 2 ) ;
738 size_t unicharlen = converter.WC2MB( NULL , wchar.data() , 0 ) ;
740 converter.WC2MB( (char*) m_ubuf , wchar.data() , unicharlen + 2 ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dclipbrd.cpp261 size_t len = wxConvCurrent->WC2MB(NULL, wstr, 0);
269 wxConvCurrent->WC2MB(str, wstr, len + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp837 const size_t lenMB = convUTF16.WC2MB(NULL, utf16text, 0);
844 wxCONV_FAILED, convUTF16.WC2MB(buf.data(), utf16text, lenMB) );
846 wxCONV_FAILED, convUTF16.WC2MB(buf.data(), utf16text, lenMB + 1) );
848 convUTF16.WC2MB(buf.data(), utf16text, lenMB + 2) != wxCONV_FAILED );
850 convUTF16.WC2MB(buf.data(), utf16text, lenMB + 3) != wxCONV_FAILED );
1000 size_t outputWritten = converter->WC2MB
1015 outputWritten = converter->WC2MB
1251 size_t lenResultAgain = utf8.WC2MB(NULL, widechars, 0);
1252 size_t resultAgain = utf8.WC2MB(bytesAgain, widechars, BUFSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutils.cpp1120 size_t unicharlen = converter.WC2MB( NULL , str.wc_str() , 0 ) ;
1122 converter.WC2MB( (char*)unibuf , str.wc_str() , unicharlen ) ;
H A Dtextctrl.cpp670 ByteCount byteBufferLen = converter.WC2MB( NULL , st.wc_str() , 0 ) ;
672 converter.WC2MB( (char*) unibuf , st.wc_str() , byteBufferLen ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp562 if (conv->WC2MB(buf, wbuf, 2) == (size_t)-1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp1040 size_t lenNeeded = conv.WC2MB(NULL, wchBuf, 0);
1044 conv.WC2MB(wxStringBuffer(out, lenNeeded), wchBuf, lenNeeded);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3319 if ( conv.WC2MB(buf, wbuf, WXSIZEOF(buf)) == (size_t)-1 )

Completed in 125 milliseconds