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.cpp52 bool CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) { in GetCharAt() function in CPDF_SyntaxParser
516 GetCharAt(pos, byte1); in ReadEOLMarkers()
517 GetCharAt(pos + 1, byte2); in ReadEOLMarkers()
697 GetCharAt(startpos + (int32_t)taglen, ch)) { in IsWholeWord()
704 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) { in IsWholeWord()
Dcpdf_syntax_parser.h55 bool GetCharAt(FX_FILESIZE pos, uint8_t& ch);
Dcpdf_parser.cpp217 if (!m_pSyntax->GetCharAt(5, ch)) in ParseFileVersion()
223 if (!m_pSyntax->GetCharAt(7, ch)) in ParseFileVersion()