Searched refs:wxStringBase (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/
H A Dstring.h84 #define wxSTRING_MAXLEN wxStringBase::npos
203 typedef wxStdString wxStringBase; typedef
252 class WXDLLIMPEXP_BASE wxStringBase class
347 wxStringBase() { Init(); } function in class:wxStringBase
349 wxStringBase(const wxStringBase& stringSrc) function in class:wxStringBase
364 wxStringBase(size_type nRepeat, wxChar ch);
367 wxStringBase(const wxChar *psz) function in class:wxStringBase
369 wxStringBase(const wxChar *psz, size_t nLength) function in class:wxStringBase
371 wxStringBase(cons function in class:wxStringBase
376 wxStringBase(const wxStringBase& str, size_t nPos, size_t nLen) function in class:wxStringBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstring.cpp61 const size_t wxStringBase::npos = (size_t) -1;
152 // wxStringBase
156 void wxStringBase::InitWith(const wxChar *psz, size_t nPos, size_t nLength)
172 wxFAIL_MSG( _T("out of memory in wxStringBase::InitWith") );
180 wxStringBase::wxStringBase(const void *pStart, const void *pEnd) function in class:wxStringBase
194 wxStringBase::wxStringBase(size_type n, wxChar ch) function in class:wxStringBase
205 bool wxStringBase::AllocBuffer(size_t nLen)
237 bool wxStringBase
[all...]

Completed in 88 milliseconds