Searched refs:cMB2WX (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcc.h47 #define char2unicode(x) aMuleConv.cMB2WX(x)
H A Ded2khash.cpp53 #define char2unicode(x) aMuleConv.cMB2WX(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.h78 inline Char2UnicodeBuf char2unicode(const char* x) { return wxConvLocal.cMB2WX(x); }
81 inline Char2UnicodeBuf UTF82unicode(const char* x) { return wxConvUTF8.cMB2WX(x); }
H A DMuleDebug.cpp294 result = wxConvCurrent->cMB2WX(demangled);
334 wxString wxBtString = wxConvCurrent->cMB2WX(bt_strings[i]);
398 wxString function = wxConvCurrent->cMB2WX(s_function_name);
404 out.Insert(wxConvCurrent->cMB2WX(s_function_name),i*2);
405 out.Insert(CFormat(wxT("%s:%u")) % wxString(wxConvCurrent->cMB2WX(s_file_name)) % s_line_number, i*2+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dprivate.h45 #define wxGTK_CONV_BACK(s) wxConvUTF8.cMB2WX(s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dinit.cpp175 wxWCharBuffer buf(wxConvFileName->cMB2WX(argv[i]));
177 wxWCharBuffer buf(wxConvLocal.cMB2WX(argv[i]));
H A Ddobjcmn.cpp271 wxWCharBuffer buffer = GetConv(format).cMB2WX( (const char*)buf );
321 wxWCharBuffer buffer = GetConv(format).cMB2WX( (const char*)buf );
H A Ddatstrm.cpp114 ret = m_conv->cMB2WX(tmp.data());
H A Dstrconv.cpp3709 wxWCharBuffer wbuf(wxConvLibc.cMB2WX(s));
3711 wbuf = wxConvUTF8.cMB2WX(s);
3713 wbuf = wxConvISO8859_1.cMB2WX(s);
H A Dfilename.cpp789 path = wxConvFile.cMB2WX( (const char*) buf );
830 path = wxConvFile.cMB2WX( (const char*) buf );
H A Dwxchar.cpp2162 value = wxConvLibc.cMB2WX(getenv(wxConvLibc.cWX2MB(name)));
2194 wxWCharBuffer wbuf = wxConvLibc.cMB2WX(buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h110 const wxWCharBuffer cMB2WX(const char *psz) const { return cMB2WC(psz); } function in class:wxMBConv
115 const char* cMB2WX(const char *psz) const { return psz; } function in class:wxMBConv
501 const char* cMB2WX(const char *psz) const { return psz; } function in class:wxMBConv
528 #define wxConvertMB2WX(s) wxConvCurrent->cMB2WX(s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dprivate.h31 #define wxGTK_CONV_BACK(s) wxConvUTF8.cMB2WX((s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp1798 wxChar *name = copystring(wxConvCurrent->cMB2WX(wxResourceBuffer));
1800 wxChar *value = copystring(wxConvCurrent->cMB2WX(wxResourceBuffer));
1821 wxChar *name = copystring(wxConvCurrent->cMB2WX(wxResourceBuffer));
1839 wxStrncat(buf, wxConvCurrent->cMB2WX(wxResourceBuffer), 30);
1928 wxChar *name = copystring(wxConvLibc.cMB2WX(wxResourceBuffer));
1930 wxChar *value = copystring(wxConvLibc.cMB2WX(wxResourceBuffer));
1951 wxChar *name = copystring(wxConvLibc.cMB2WX(wxResourceBuffer));
1969 wxStrncat(buf, wxConvLibc.cMB2WX(wxResourceBuffer), 30);
2854 wxChar *name = copystring(wxConvCurrent->cMB2WX(wxResourceBuffer));
2856 wxChar *value = copystring(wxConvCurrent->cMB2WX(wxResourceBuffe
[all...]
H A Dwxexpr.cpp1210 const wxMB2WXbuf sbuf = wxConvLibc.cMB2WX(str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataobj.cpp308 AddFile( wxConvFileName->cMB2WX( fn ) );
H A Dlistbox.cpp88 event.SetString(wxConvUTF8.cMB2WX(gtk_tree_entry_get_label(entry)));
200 event.SetString(wxConvUTF8.cMB2WX(gtk_tree_entry_get_label(entry)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbconv.tex170 \membersection{wxMBConv::cMB2WX}\label{wxmbconvcmb2wx}
172 \constfunc{const char*}{cMB2WX}{\param{const char* }{psz}}
174 \constfunc{const wxWCharBuffer}{cMB2WX}{\param{const char* }{psz}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp402 (const wxChar*)wxConvUTF8.cMB2WX(err->message),
403 (const wxChar*)wxConvUTF8.cMB2WX(debug));
1042 (const wxChar*) wxConvUTF8.cMB2WX(error->message)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp98 #define LV_CONV_TO_WX cMB2WX

Completed in 328 milliseconds