Searched refs:PDFCharIsDelimiter (Results 1 – 6 of 6) sorted by relevance
123 if (PDFCharIsDelimiter(ch)) { in GetNextWordInternal()173 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWordInternal()691 bool bCheckLeft = !PDFCharIsDelimiter(tag[0]) && !PDFCharIsWhitespace(tag[0]); in IsWholeWord()692 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) && in IsWholeWord()699 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()706 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()
45 if (PDFCharIsDelimiter(ch)) { in ParseWord()86 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseWord()
125 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()140 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
26 inline bool PDFCharIsDelimiter(uint8_t c) { in PDFCharIsDelimiter() function
825 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()883 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()980 if (PDFCharIsDelimiter(byte) || PDFCharIsWhitespace(byte)) { in RebuildCrossRef()
252 if (PDFCharIsDelimiter(ch) && ch != '/') { in ParseNextElement()271 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseNextElement()415 if (PDFCharIsDelimiter(ch)) { in GetNextWord()460 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWord()