Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h304 FX_BOOL GetCharAtBackward(FX_FILESIZE pos, uint8_t& ch);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp1785 FX_BOOL CPDF_SyntaxParser::GetCharAtBackward(FX_FILESIZE pos, uint8_t& ch) { in GetCharAtBackward() function in CPDF_SyntaxParser
2595 if (!GetCharAtBackward(pos, byte)) { in SearchWord()