Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp498 if (!PDFCharIsNumeric(ch)) in ParseNextElement()
549 if (!PDFCharIsNumeric(ch)) { in SkipPathObject()
567 if (PDFCharIsNumeric(ch)) in SkipPathObject()
716 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()
747 if (!PDFCharIsNumeric(ch)) in GetNextWord()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp110 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()
144 if (!PDFCharIsNumeric(ch)) in ParseWord()
Dfpdf_parser_parser.cpp1855 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()
1885 if (!PDFCharIsNumeric(ch)) in GetNextWordInternal()
2549 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
2556 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
3853 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextToken()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h50 inline bool PDFCharIsNumeric(uint8_t c) { in PDFCharIsNumeric() function