Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_utility.h34 inline bool PDFCharIsOther(uint8_t c) { in PDFCharIsOther() function
Dcpdf_simple_parser.cpp54 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetWord()
Dcpdf_syntax_parser.cpp187 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()
755 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
762 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp409 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()