Searched refs:PDFCharIsDelimiter (Results 1 – 7 of 7) sorted by relevance
45 if (PDFCharIsDelimiter(ch)) { in ParseWord()86 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseWord()
145 if (PDFCharIsDelimiter(ch)) { in GetNextWordInternal()195 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWordInternal()793 bool bCheckLeft = !PDFCharIsDelimiter(tag[0]) && !PDFCharIsWhitespace(tag[0]); in IsWholeWord()794 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) && in IsWholeWord()801 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()808 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()
125 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()140 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
26 inline bool PDFCharIsDelimiter(uint8_t c) { in PDFCharIsDelimiter() function
720 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()781 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()881 if (PDFCharIsDelimiter(byte) || PDFCharIsWhitespace(byte)) { in RebuildCrossRef()
860 if (PDFCharIsDelimiter(ch)) { in GetNextToken()907 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextToken()
256 if (PDFCharIsDelimiter(ch) && ch != '/') { in ParseNextElement()275 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseNextElement()419 if (PDFCharIsDelimiter(ch)) { in GetNextWord()464 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWord()