HomeSort by relevance Sort by last modified time
    Searched refs:m_nTotal (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 62 if (m_nIndex >= (m_pBuf->m_nTotal - 1)) {
87 FXSYS_assert(nIndex >= 0 && nIndex < m_pBuf->m_nTotal);
98 FXSYS_assert(m_nIndex >= 0 && m_nIndex < m_pBuf->m_nTotal);
127 if (m_Alias == 0 || m_nIndex == (m_pBuf->m_nTotal - 1)) {
146 m_nTotal(0),
169 return m_nTotal;
198 m_nTotal = nTextLength;
202 GetRange(wsText, 0, m_nTotal);
252 FXSYS_assert(nPos >= 0 && nPos <= m_nTotal);
295 m_nTotal += nLength;
    [all...]
fde_txtedtbuf.h 89 int32_t m_nTotal;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 205 CLines() : m_nTotal(0) {}
209 void Empty() { m_nTotal = 0; }
215 m_nTotal = 0;
218 if (m_nTotal >= GetSize()) {
222 } else if (CLine* pLine = GetAt(m_nTotal)) {
225 return m_nTotal++;
228 for (int32_t i = GetSize() - 1; i >= m_nTotal; i--) {
236 int32_t m_nTotal;

Completed in 185 milliseconds