Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.h88 bool IsWholeWord(FX_FILESIZE startpos,
Dcpdf_syntax_parser.cpp589 if (IsWholeWord(GetPos() - word.GetLength(), m_FileLen, word, true)) in FindWordPos()
742 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() function in CPDF_SyntaxParser
792 if (IsWholeWord(pos, limit, word, false)) { in BackwardsSearchToWord()