Searched refs:ParseFileVersion (Results 1 – 3 of 3) sorted by relevance
172 bool ParseFileVersion();
124 return ParseFileVersion(); in InitSyntaxParser()127 bool CPDF_Parser::ParseFileVersion() { in ParseFileVersion() function in CPDF_Parser
702 static bool ParseFileVersion(const StrRange& s) in ParseFileVersion() function4019 if(!lineSplit.GetNextLine(line) || !ParseFileVersion(line) || !ValidateFileVersion()) in ProcessFile()