Searched defs:GetNextWord (Results 1 – 3 of 3) sorted by relevance
376 void CPDF_StreamParser::GetNextWord(bool& bIsNumber) { in GetNextWord() function in CPDF_StreamParser
464 CPDF_SyntaxParser::WordResult CPDF_SyntaxParser::GetNextWord() { in GetNextWord() function in CPDF_SyntaxParser
61 std::string GetNextWord(const std::string& code, size_t first_position) { in GetNextWord() function