Searched refs:IsWholeWord (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 572 if (IsWholeWord(m_Pos - kEndStreamStr.GetLength(), m_FileLen, in ReadStream() 589 if (IsWholeWord(m_Pos - kEndObjStr.GetLength(), m_FileLen, kEndObjStr, in ReadStream() 685 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() function in CPDF_SyntaxParser 735 if (IsWholeWord(pos, limit, tag, false)) { in BackwardsSearchToWord()
|
D | cpdf_syntax_parser.h | 78 bool IsWholeWord(FX_FILESIZE startpos,
|