Searched refs:PDFCharIsDelimiter (Results 1 – 5 of 5) sorted by relevance
46 if (PDFCharIsDelimiter(ch)) { in GetWord()123 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetWord()
177 if (PDFCharIsDelimiter(ch)) { in GetNextWordInternal()227 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWordInternal()748 bool bCheckLeft = !PDFCharIsDelimiter(tag[0]) && !PDFCharIsWhitespace(tag[0]); in IsWholeWord()749 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) && in IsWholeWord()756 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()763 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()
126 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()143 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
31 inline bool PDFCharIsDelimiter(uint8_t c) { in PDFCharIsDelimiter() function
242 if (PDFCharIsDelimiter(ch) && ch != '/') { in ParseNextElement()261 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseNextElement()401 if (PDFCharIsDelimiter(ch)) { in GetNextWord()445 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWord()