Searched refs:wxMBConvLibc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h167 // wxMBConvLibc uses standard mbstowcs() and wcstombs() functions for
171 class WXDLLIMPEXP_BASE wxMBConvLibc : public wxMBConv class in inherits:wxMBConv
177 virtual wxMBConv *Clone() const { return new wxMBConvLibc; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtmbconv.tex14 Classes: \helpref{wxMBConv}{wxmbconv}, wxMBConvLibc,
61 wxMBConvLibc, several different wxMBConvUTFxxx classes, and wxCSConv, which
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp463 // wxMBConvLibc
466 size_t wxMBConvLibc::MB2WC(wchar_t *buf, const char *psz, size_t n) const
471 size_t wxMBConvLibc::WC2MB(char *buf, const wchar_t *psz, size_t n) const
3674 static wxMBConvLibc wxConvLibcObj;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp909 wxMBConvLibc convLibc;

Completed in 114 milliseconds