Searched refs:kStartXRefKeyword (Results 1 – 1 of 1) sorted by relevance
304 static constexpr char kStartXRefKeyword[] = "startxref"; in ParseStartXRef() local305 m_pSyntax->SetPos(m_pSyntax->GetDocumentSize() - strlen(kStartXRefKeyword)); in ParseStartXRef()306 if (!m_pSyntax->BackwardsSearchToWord(kStartXRefKeyword, 4096)) in ParseStartXRef()