Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp293 int32_t nCharCount = 0; in SetText() local
295 if (m_nLimitChar > 0 && nCharCount >= m_nLimitChar) in SetText()
297 if (m_nCharArray > 0 && nCharCount >= m_nCharArray) in SetText()
324 nCharCount++; in SetText()