Searched defs:nCharCount (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1002 FX_INT32 nCharCount = 0; local
1004 if (m_nLimitChar > 0 && nCharCount >= m_nLimitChar) {
1007 if (m_nCharArray > 0 && nCharCount >= m_nCharArray) {
1040 nCharCount++;

Completed in 114 milliseconds