Searched refs:PDFCharIsNumeric (Results 1 – 4 of 4) sorted by relevance
498 if (!PDFCharIsNumeric(ch)) in ParseNextElement()549 if (!PDFCharIsNumeric(ch)) { in SkipPathObject()567 if (PDFCharIsNumeric(ch)) in SkipPathObject()716 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()747 if (!PDFCharIsNumeric(ch)) in GetNextWord()
110 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()144 if (!PDFCharIsNumeric(ch)) in ParseWord()
1855 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()1885 if (!PDFCharIsNumeric(ch)) in GetNextWordInternal()2549 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()2556 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()3853 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextToken()
50 inline bool PDFCharIsNumeric(uint8_t c) { in PDFCharIsNumeric() function