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.cpp101 bool CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) { in GetCharAt() function in CPDF_SyntaxParser
572 GetCharAt(pos, byte1); in ReadEOLMarkers()
573 GetCharAt(pos + 1, byte2); in ReadEOLMarkers()
754 GetCharAt(startpos + (int32_t)taglen, ch)) { in IsWholeWord()
761 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) { in IsWholeWord()
Dcpdf_syntax_parser.h57 bool GetCharAt(FX_FILESIZE pos, uint8_t& ch);
Dcpdf_parser.cpp130 if (!m_pSyntax->GetCharAt(5, ch)) in ParseFileVersion()
136 if (!m_pSyntax->GetCharAt(7, ch)) in ParseFileVersion()