Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp133 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()
165 if (!PDFCharIsNumeric(ch)) { in GetNextWordInternal()
698 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
705 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
Dfpdf_parser_utility.h23 inline bool PDFCharIsNumeric(uint8_t c) { in PDFCharIsNumeric() function
Dcpdf_simple_parser.cpp51 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp263 if (!PDFCharIsNumeric(ch)) in ParseNextElement()
423 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()
454 if (!PDFCharIsNumeric(ch)) in GetNextWord()