Searched refs:kEndObjStr (Results 1 – 1 of 1) sorted by relevance
635 const CFX_ByteStringC kEndObjStr("endobj"); in ReadStream() local682 endObjOffset = FindTag(kEndObjStr, 0); in ReadStream()689 if (IsWholeWord(m_Pos - kEndObjStr.GetLength(), m_FileLen, kEndObjStr, in ReadStream()691 endObjOffset = m_Pos - streamStartPos - kEndObjStr.GetLength(); in ReadStream()749 FXSYS_memset(m_WordBuffer, 0, kEndObjStr.GetLength() + 1); in ReadStream()753 if (m_WordSize == static_cast<unsigned int>(kEndObjStr.GetLength()) && in ReadStream()755 FXSYS_memcmp(m_WordBuffer, kEndObjStr.raw_str(), in ReadStream()756 kEndObjStr.GetLength()) == 0) { in ReadStream()