Searched refs:m_convReal (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp3228 m_convReal = NULL;
3299 delete m_convReal;
3302 m_convReal = NULL;
3561 self->m_convReal = DoCreate();
3574 // m_convReal->IsOk() is called at its own creation, so we know it must
3575 // be ok if m_convReal is non-NULL
3576 return m_convReal != NULL;
3584 if (m_convReal)
3585 return m_convReal->ToWChar(dst, dstLen, src, srcLen);
3608 if (m_convReal)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h397 // creates m_convReal if necessary
400 // do create m_convReal (unconditionally)
413 // use CreateConvIfNeeded() before accessing m_convReal!
414 wxMBConv *m_convReal; member in class:wxCSConv

Completed in 96 milliseconds