Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.h35 bool IsMatchWholeWord(const WideString& csPageText,
Dcpdf_textpagefind.cpp204 bMatch = IsMatchWholeWord(m_strText, nResultPos.value(), endIndex); in FindNext()
321 bool CPDF_TextPageFind::IsMatchWholeWord(const WideString& csPageText, in IsMatchWholeWord() function in CPDF_TextPageFind