Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp108 bool CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) { in GetCharAt() function in CPDF_SyntaxParser
647 GetCharAt(pos, byte1); in ReadEOLMarkers()
648 GetCharAt(pos + 1, byte2); in ReadEOLMarkers()
851 GetCharAt(startpos + static_cast<int32_t>(taglen), ch)) { in IsWholeWord()
858 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) { in IsWholeWord()
Dcpdf_syntax_parser.h67 bool GetCharAt(FX_FILESIZE pos, uint8_t& ch);
Dcpdf_parser.cpp222 if (!m_pSyntax->GetCharAt(5, ch)) in ParseFileVersion()
228 if (!m_pSyntax->GetCharAt(7, ch)) in ParseFileVersion()