Home | History | Annotate | Download | only in fpdf_parser

Lines Matching defs:GetCharAt

159     m_Syntax.GetCharAt(5, ch);
161 m_Syntax.GetCharAt(7, ch);
1675 FX_BOOL CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, FX_BYTE& ch)
2439 GetCharAt(StreamStartPos + offset - 1, byte1);
2440 GetCharAt(StreamStartPos + offset - 2, byte2);
2520 if (bCheckRight && startpos + (FX_INT32)taglen <= limit && GetCharAt(startpos + (FX_INT32)taglen, ch)) {
2526 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) {
2554 if (!GetCharAt(pos, byte)) {
2629 GetCharAt(pos++, byte);
2658 if (!GetCharAt(pos, byte)) {