Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp220 int resEnd = GetCharIndex(m_resEnd); in FindNext() local
221 m_resArray = m_pTextPage->GetRectArray(resStart, resEnd - resStart + 1); in FindNext()
405 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount() local
406 return resEnd - resStart + 1; in GetMatchedCount()