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

  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_utility.h 29 inline bool PDFCharIsOther(uint8_t c) {
cpdf_simple_parser.cpp 51 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) {
cpdf_syntax_parser.cpp 133 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) {
698 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) ||
705 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) ||
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 423 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) {

Completed in 113 milliseconds