Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp2355 int nResultPos = 0; in FindNext() local
2365 nResultPos = nStartPos + 1; in FindNext()
2375 nResultPos = m_strText.Find(csWord.c_str(), nStartPos); in FindNext()
2376 if (nResultPos == -1) { in FindNext()
2380 endIndex = nResultPos + csWord.GetLength() - 1; in FindNext()
2382 m_resStart = nResultPos; in FindNext()
2390 …if(nStartPos == nResultPos && !(_IsIgnoreSpaceCharacter(lastChar) || _IsIgnoreSpaceCharacter(curCh… in FindNext()
2393 for(int d = PreResEndPos; d < nResultPos; d++) { in FindNext()
2401 if(nResultPos > 0) { in FindNext()
2402 FX_WCHAR strInsert = m_strText.GetAt(nResultPos - 1); in FindNext()
[all …]