Searched refs:IsWholeWord (Results 1 – 2 of 2) sorted by relevance
88 bool IsWholeWord(FX_FILESIZE startpos,
589 if (IsWholeWord(GetPos() - word.GetLength(), m_FileLen, word, true)) in FindWordPos()742 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() function in CPDF_SyntaxParser792 if (IsWholeWord(pos, limit, word, false)) { in BackwardsSearchToWord()