Searched refs:PDFCharIsWhitespace (Results 1 – 6 of 6) sorted by relevance
122 if (PDFCharIsWhitespace(m_pBuf[m_Pos])) in ReadInlineStream()232 while (PDFCharIsWhitespace(ch)) { in ParseNextElement()271 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseNextElement()396 while (PDFCharIsWhitespace(ch)) { in GetNextWord()460 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWord()
709 if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()742 } else if (!PDFCharIsWhitespace(byte)) { in RebuildCrossRef()752 } else if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()769 } else if (!PDFCharIsWhitespace(byte)) { in RebuildCrossRef()779 } else if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()800 } else if (!PDFCharIsWhitespace(byte)) { in RebuildCrossRef()825 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()883 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()980 if (PDFCharIsDelimiter(byte) || PDFCharIsWhitespace(byte)) { in RebuildCrossRef()987 if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()
25 while (PDFCharIsWhitespace(ch)) { in ParseWord()86 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseWord()
124 if (ch >= 0x80 || PDFCharIsWhitespace(ch) || ch == '#' || in PDF_NameEncode()139 if (ch >= 0x80 || PDFCharIsWhitespace(ch) || ch == '#' || in PDF_NameEncode()
173 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWordInternal()320 while (PDFCharIsWhitespace(ch)) { in ToNextWord()691 bool bCheckLeft = !PDFCharIsDelimiter(tag[0]) && !PDFCharIsWhitespace(tag[0]); in IsWholeWord()693 !PDFCharIsWhitespace(tag[taglen - 1]); in IsWholeWord()
20 inline bool PDFCharIsWhitespace(uint8_t c) { in PDFCharIsWhitespace() function