Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp44 m_strText = m_pTextPage->GetAllPageText(); in CPDF_TextPageFind()
87 if (m_strText.IsEmpty() || m_bMatchCase != (flags & FPDFTEXT_MATCHCASE)) in FindFirst()
88 m_strText = m_pTextPage->GetAllPageText(); in FindFirst()
93 if (m_strText.IsEmpty()) { in FindFirst()
100 m_strText.MakeLower(); in FindFirst()
105 if (!m_strText.IsEmpty()) in FindFirst()
106 m_findPreStart = m_strText.GetLength() - 1; in FindFirst()
135 if (m_strText.IsEmpty()) { in FindNext()
139 size_t strLen = m_strText.GetLength(); in FindNext()
152 wchar_t strInsert = m_strText[nStartPos]; in FindNext()
[all …]
Dcpdf_textpagefind.h46 WideString m_strText; variable