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.h29 inline bool PDFCharIsOther(uint8_t c) { in PDFCharIsOther() function
Dcpdf_syntax_parser.cpp133 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()
698 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
705 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
Dcpdf_simple_parser.cpp51 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp423 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()