Home
last modified time | relevance | path

Searched refs:GetCharAt (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp222 if (!m_Syntax.GetCharAt(5, ch)) in StartParse()
227 if (!m_Syntax.GetCharAt(7, ch)) in StartParse()
1751 FX_BOOL CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) { in GetCharAt() function in CPDF_SyntaxParser
2362 GetCharAt(pos, byte1); in ReadEOLMarkers()
2363 GetCharAt(pos + 1, byte2); in ReadEOLMarkers()
2548 GetCharAt(startpos + (int32_t)taglen, ch)) { in IsWholeWord()
2555 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) { in IsWholeWord()
2586 if (!GetCharAt(pos, byte)) { in SearchWord()
2662 if (!GetCharAt(pos, byte)) in SearchMultiWord()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h288 FX_BOOL GetCharAt(FX_FILESIZE pos, uint8_t& ch);