HomeSort by relevance Sort by last modified time
    Searched refs:PDFCharIsNumeric (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 110 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) {
144 if (!PDFCharIsNumeric(ch))
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 498 if (!PDFCharIsNumeric(ch))
549 if (!PDFCharIsNumeric(ch)) {
567 if (PDFCharIsNumeric(ch))
716 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) {
747 if (!PDFCharIsNumeric(ch))
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 50 inline bool PDFCharIsNumeric(uint8_t c) {

Completed in 549 milliseconds