Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp221 size_t nStartPos = m_findNextStart.value(); in FindNext() local
227 wchar_t strInsert = m_strText[nStartPos]; in FindNext()
230 nResultPos = nStartPos + 1; in FindNext()
239 nResultPos = m_strText.Find(csWord.AsStringView(), nStartPos); in FindNext()
248 size_t PreResEndPos = nStartPos; in FindNext()
252 if (nStartPos == nResultPos.value() && in FindNext()
280 nStartPos = endIndex + 1; in FindNext()
284 nStartPos = m_resStart + m_csFindWhatArray[index].GetLength(); in FindNext()