Searched refs:GetConv (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddobjcmn.cpp237 static inline wxMBConv& GetConv(const wxDataFormat& format) function
245 wxCharBuffer buffer = GetConv(format).cWX2MB( GetText().c_str() );
255 wxCharBuffer buffer = GetConv(format).cWX2MB( GetText().c_str() );
271 wxWCharBuffer buffer = GetConv(format).cMB2WX( (const char*)buf );
282 static inline wxMBConv& GetConv(const wxDataFormat& format) function
292 wxCharBuffer buffer = GetConv(format).cWX2MB( GetText().c_str() );
296 size_t len = GetConv(format).WC2MB( NULL, GetText().c_str(), 0 );
305 wxCharBuffer buffer = GetConv(format).cWX2MB( GetText().c_str() );
309 size_t len = GetConv(format).WC2MB( NULL, GetText().c_str(), 0 );
321 wxWCharBuffer buffer = GetConv(forma
[all...]
H A Dtarstrm.cpp849 return wxString(it->second.wc_str(wxConvUTF8), GetConv());
856 return wxString(it->second.wc_str(wxConvUTF8), GetConv());
869 path = wxString(m_hdr->Get(TAR_NAME), GetConv());
874 return *prefix ? wxString(prefix, GetConv()) + _T("/") + path : path;
918 return wxString(m_hdr->Get(id), GetConv());
978 wxString key(wxConvUTF8.cMB2WC(pKey), GetConv());
979 wxString value(wxConvUTF8.cMB2WC(p), GetConv());
1278 entry.GetName(wxPATH_UNIX)), GetConv());
1392 if (!m_hdr->SetPath(name, GetConv()) || (m_pax && !name.IsAscii()))
1408 strncpy(m_hdr->Get(id), str.mb_str(GetConv()), m_hd
[all...]
H A Dzipstrm.cpp1460 if (!endrec.Read(*m_parent_i_stream, GetConv()))
1580 size_t size = m_entry.ReadCentral(*m_parent_i_stream, GetConv());
1615 size_t size = m_entry.ReadCentral(*m_parent_i_stream, GetConv());
1640 endrec.Read(*m_parent_i_stream, GetConv());
1653 m_headerSize = m_entry.ReadLocal(*m_parent_i_stream, GetConv());
1718 m_headerSize = m_entry.ReadLocal(*m_parent_i_stream, GetConv());
2219 m_headerSize = spPending->WriteLocal(*m_parent_o_stream, GetConv());
2272 m_headerSize = spPending->WriteLocal(*m_parent_o_stream, GetConv());
2306 size += (*it)->WriteCentral(*m_parent_o_stream, GetConv());
2312 endrec.Write(*m_parent_o_stream, GetConv());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtarstrm.h318 { return new wxTarInputStream(stream, GetConv()); }
320 { return new wxTarOutputStream(stream, wxTAR_PAX, GetConv()); }
322 { return new wxTarInputStream(stream, GetConv()); }
324 { return new wxTarOutputStream(stream, wxTAR_PAX, GetConv()); }
H A Darchive.h111 wxMBConv& GetConv() const { return m_conv; } function in class:wxArchiveInputStream
155 wxMBConv& GetConv() const { return m_conv; } function in class:wxArchiveOutputStream
345 wxMBConv& GetConv() const function in class:wxArchiveClassFactory
H A Dzipstrm.h482 { return new wxZipInputStream(stream, GetConv()); }
484 { return new wxZipOutputStream(stream, -1, GetConv()); }
486 { return new wxZipInputStream(stream, GetConv()); }
488 { return new wxZipOutputStream(stream, -1, GetConv()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex61 \constfunc{wxMBConv\&}{GetConv}{\void}

Completed in 324 milliseconds