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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp284 int m_nMinWidth, m_nMaxWidth; member in class:wxPrintfConvSpec
337 m_nMaxWidth = 0xFFFF;
398 m_nMaxWidth = 0;
458 m_nMaxWidth = -1; local
487 m_nMaxWidth = len;
681 if (m_nMaxWidth == -1)
684 m_nMaxWidth = va_arg(argptr, int);
685 if (m_nMaxWidth < 0)
686 m_nMaxWidth = 0;
688 ReplaceAsteriskWith(m_nMaxWidth);
[all...]

Completed in 24 milliseconds