Searched refs:m_numLowestChars (Results 1 – 2 of 2) sorted by relevance
78 m_numLowestChars = 1; in TenKey()101 m_numLowestChars = numLowestChars; in Initialize()167 m_numLowestChars = 1; in Finalize()202 if (m_cursor >= m_numLowestChars) in Reset()275 if (pTenKey->m_cursor < pTenKey->m_numLowestChars) in MyControlEventCallback()304 if (pTenKey->m_cursor >= pTenKey->m_numLowestChars) in MyControlEventCallback()
143 u32 m_numLowestChars; variable