Searched refs:m_strText (Results 1 – 2 of 2) sorted by relevance
46 m_strText = m_pTextPage->GetPageText(); in CPDF_TextPageFind()89 if (m_strText.IsEmpty() || m_bMatchCase != (flags & FPDFTEXT_MATCHCASE)) in FindFirst()90 m_strText = m_pTextPage->GetPageText(); in FindFirst()95 if (m_strText.IsEmpty()) { in FindFirst()102 m_strText.MakeLower(); in FindFirst()107 m_findPreStart = m_strText.GetLength() - 1; in FindFirst()135 if (m_strText.IsEmpty()) { in FindNext()139 int strLen = m_strText.GetLength(); in FindNext()153 FX_WCHAR strInsert = m_strText.GetAt(nStartPos); in FindNext()166 nResultPos = m_strText.Find(csWord.c_str(), nStartPos); in FindNext()[all …]
44 CFX_WideString m_strText; variable