Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp313 const CPDF_SyntaxParser::WordResult xref_offset_result = in ParseStartXRef() local
315 if (!xref_offset_result.is_number || xref_offset_result.word.IsEmpty()) in ParseStartXRef()
318 const FX_SAFE_FILESIZE result = FXSYS_atoi64(xref_offset_result.word.c_str()); in ParseStartXRef()