Home
last modified time | relevance | path

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

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