Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp281 int32_t nCharCount = 0; in SetText() local
283 if (m_nLimitChar > 0 && nCharCount >= m_nLimitChar) in SetText()
285 if (m_nCharArray > 0 && nCharCount >= m_nCharArray) in SetText()
313 nCharCount++; in SetText()