Searched refs:nTotlaWords (Results 1 – 1 of 1) sorted by relevance
843 int32_t nTotlaWords = GetTotalWords(); in InsertWord() local844 if (m_nLimitChar > 0 && nTotlaWords >= m_nLimitChar) { in InsertWord()847 if (m_nCharArray > 0 && nTotlaWords >= m_nCharArray) { in InsertWord()868 int32_t nTotlaWords = GetTotalWords(); in InsertSection() local869 if (m_nLimitChar > 0 && nTotlaWords >= m_nLimitChar) { in InsertSection()872 if (m_nCharArray > 0 && nTotlaWords >= m_nCharArray) { in InsertSection()