Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp62 if (m_nIndex >= (m_pBuf->m_nTotal - 1)) { in Next()
87 FXSYS_assert(nIndex >= 0 && nIndex < m_pBuf->m_nTotal); in SetAt()
98 FXSYS_assert(m_nIndex >= 0 && m_nIndex < m_pBuf->m_nTotal); in GetChar()
127 if (m_Alias == 0 || m_nIndex == (m_pBuf->m_nTotal - 1)) { in GetChar()
146 m_nTotal(0), in CFDE_TxtEdtBuf()
169 return m_nTotal; in GetTextLength()
198 m_nTotal = nTextLength; in SetText()
202 GetRange(wsText, 0, m_nTotal); in GetText()
252 FXSYS_assert(nPos >= 0 && nPos <= m_nTotal); in Insert()
295 m_nTotal += nLength; in Insert()
[all …]
Dfde_txtedtbuf.h89 int32_t m_nTotal; variable
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h205 CLines() : m_nTotal(0) {} in CLines()
209 void Empty() { m_nTotal = 0; } in Empty()
215 m_nTotal = 0; in RemoveAll()
218 if (m_nTotal >= GetSize()) { in Add()
222 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()
225 return m_nTotal++; in Add()
228 for (int32_t i = GetSize() - 1; i >= m_nTotal; i--) { in Clear()
236 int32_t m_nTotal; variable