Searched refs:wxGTK_CONV_ENC (Results 1 - 2 of 2) 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.h28 #define wxGTK_CONV_ENC(s, enc) wxGTK_CONV((s)) macro
47 #define wxGTK_CONV_ENC(s, enc) wxConvertToGTK((s), (enc)) macro
53 #define wxGTK_CONV_ENC(s, enc) (s) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp1013 const wxCharBuffer buffer(wxGTK_CONV_ENC(value, GetTextEncoding()));
1069 const wxCharBuffer buffer(wxGTK_CONV_ENC(text, enc));

Completed in 75 milliseconds