Home
last modified time | relevance | path

Searched refs:nTotlaWords (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp843 int32_t nTotlaWords = GetTotalWords(); in InsertWord() local
844 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() local
869 if (m_nLimitChar > 0 && nTotlaWords >= m_nLimitChar) { in InsertSection()
872 if (m_nCharArray > 0 && nTotlaWords >= m_nCharArray) { in InsertSection()