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