Searched refs:cWC2WX (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dprivate.h51 #define wxGTK_CONV_BACK(s) wxConvLocal.cWC2WX(wxConvUTF8.cMB2WC((s)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h112 const wchar_t* cWC2WX(const wchar_t *psz) const { return psz; } function in class:wxMBConv
117 const wxCharBuffer cWC2WX(const wchar_t *psz) const { return cWC2MB(psz); } function in class:wxMBConv
H A Dstring.h945 const wxCharBuffer fn_str() const { return wxConvFile.cWC2WX( wc_str( wxConvLocal ) ); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregextest.cpp169 const wxWC2WXbuf buf = wxConvCurrent->cWC2WX(wstr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbconv.tex195 \membersection{wxMBConv::cWC2WX}\label{wxmbconvcwc2wx}
197 \constfunc{const wchar\_t*}{cWC2WX}{\param{const wchar\_t* }{psz}}
199 \constfunc{const wxCharBuffer}{cWC2WX}{\param{const wchar\_t* }{psz}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddebughlp.cpp202 s = wxConvCurrent->cWC2WX(pwszTypeName);
H A Dlistctrl.cpp104 #define LV_CONV_TO_WX cWC2WX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddataobj.cpp625 filenames = wxString (wxConvLocal.cWC2WX(wxConvFileName->cMB2WC( (const char*)pBuf)));

Completed in 198 milliseconds