Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp44 m_resEnd(-1), in CPDF_TextPageFind()
125 m_resEnd = -1; in FindFirst()
217 m_resEnd = nResultPos + m_csFindWhatArray.back().GetLength() - 1; in FindNext()
220 int resEnd = GetCharIndex(m_resEnd); in FindNext()
224 m_findPreStart = m_resEnd - 1; in FindNext()
226 m_findNextStart = m_resEnd + 1; in FindNext()
263 m_resEnd = m_pTextPage->TextIndexFromCharIndex(order + MatchedCount - 1); in FindPrev()
268 m_findPreStart = m_resEnd - 1; in FindPrev()
270 m_findNextStart = m_resEnd + 1; in FindPrev()
405 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount()
Dcpdf_textpagefind.h53 int m_resEnd; variable