Searched refs:m_strText (Results 1 – 2 of 2) sorted by relevance
192 m_strText(GetStringCase(pTextPage->GetAllPageText(), options.bMatchCase)), in CPDF_TextPageFind()195 if (!m_strText.IsEmpty()) { in CPDF_TextPageFind()197 m_findPreStart = startPos.value_or(m_strText.GetLength() - 1); in CPDF_TextPageFind()208 return m_strText.IsEmpty() || !m_csFindWhatArray.empty(); in FindFirst()212 if (m_strText.IsEmpty() || !m_findNextStart.has_value()) in FindNext()215 size_t strLen = m_strText.GetLength(); in FindNext()227 wchar_t strInsert = m_strText[nStartPos]; in FindNext()239 nResultPos = m_strText.Find(csWord.AsStringView(), nStartPos); in FindNext()258 wchar_t strInsert = m_strText[d]; in FindNext()267 wchar_t strInsert = m_strText[nResultPos.value() - 1]; in FindNext()[all …]
54 const WideString m_strText; variable