Searched refs:m_resEnd (Results 1 – 2 of 2) sorted by relevance
42 m_resEnd(-1), in CPDF_TextPageFind()125 m_resEnd = -1; in FindFirst()215 m_resEnd = nResultPos.value() + m_csFindWhatArray.back().GetLength() - 1; in FindNext()218 int resEnd = GetCharIndex(m_resEnd); in FindNext()222 m_findPreStart = m_resEnd - 1; in FindNext()224 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()393 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount()
55 int m_resEnd; variable