Home
last modified time | relevance | path

Searched refs:PDFCharIsOther (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_utility.h29 inline bool PDFCharIsOther(uint8_t c) { in PDFCharIsOther() function
Dcpdf_simple_parser.cpp51 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()
Dcpdf_syntax_parser.cpp155 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()
800 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
807 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
Dcpdf_data_avail.cpp867 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextToken()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp427 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()