Searched refs:PDFCharIsNumeric (Results 1 – 5 of 5) sorted by relevance
23 inline bool PDFCharIsNumeric(uint8_t c) { in PDFCharIsNumeric() function
155 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()187 if (!PDFCharIsNumeric(ch)) { in GetNextWordInternal()800 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()807 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
51 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()
867 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextToken()
267 if (!PDFCharIsNumeric(ch)) in ParseNextElement()427 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()458 if (!PDFCharIsNumeric(ch)) in GetNextWord()