Searched refs:GetCharAt (Results 1 – 3 of 3) sorted by relevance
101 bool CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) { in GetCharAt() function in CPDF_SyntaxParser572 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()
57 bool GetCharAt(FX_FILESIZE pos, uint8_t& ch);
130 if (!m_pSyntax->GetCharAt(5, ch)) in ParseFileVersion()136 if (!m_pSyntax->GetCharAt(7, ch)) in ParseFileVersion()