Searched refs:PDFCharIsNumeric (Results 1 – 4 of 4) sorted by relevance
133 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWordInternal()165 if (!PDFCharIsNumeric(ch)) { in GetNextWordInternal()698 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()705 if (PDFCharIsNumeric(ch) || PDFCharIsOther(ch) || in IsWholeWord()
23 inline bool PDFCharIsNumeric(uint8_t c) { in PDFCharIsNumeric() function
51 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in ParseWord()
263 if (!PDFCharIsNumeric(ch)) in ParseNextElement()423 if (!PDFCharIsOther(ch) && !PDFCharIsNumeric(ch)) { in GetNextWord()454 if (!PDFCharIsNumeric(ch)) in GetNextWord()