Searched refs:GetCharAt (Results 1 – 3 of 3) sorted by relevance
52 bool CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) { in GetCharAt() function in CPDF_SyntaxParser516 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()
55 bool GetCharAt(FX_FILESIZE pos, uint8_t& ch);
217 if (!m_pSyntax->GetCharAt(5, ch)) in ParseFileVersion()223 if (!m_pSyntax->GetCharAt(7, ch)) in ParseFileVersion()