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