Searched refs:PDFCharIsWhitespace (Results 1 – 7 of 7) sorted by relevance
126 if (PDFCharIsWhitespace(m_pBuf[m_Pos])) in ReadInlineStream()236 while (PDFCharIsWhitespace(ch)) { in ParseNextElement()275 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseNextElement()400 while (PDFCharIsWhitespace(ch)) { in GetNextWord()464 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWord()
25 while (PDFCharIsWhitespace(ch)) { in ParseWord()86 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseWord()
604 if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()637 } else if (!PDFCharIsWhitespace(byte)) { in RebuildCrossRef()647 } else if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()664 } else if (!PDFCharIsWhitespace(byte)) { in RebuildCrossRef()674 } else if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()695 } else if (!PDFCharIsWhitespace(byte)) { in RebuildCrossRef()720 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()781 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()881 if (PDFCharIsDelimiter(byte) || PDFCharIsWhitespace(byte)) { in RebuildCrossRef()888 if (PDFCharIsWhitespace(byte)) { in RebuildCrossRef()[all …]
124 if (ch >= 0x80 || PDFCharIsWhitespace(ch) || ch == '#' || in PDF_NameEncode()139 if (ch >= 0x80 || PDFCharIsWhitespace(ch) || ch == '#' || in PDF_NameEncode()
20 inline bool PDFCharIsWhitespace(uint8_t c) { in PDFCharIsWhitespace() function
129 while (PDFCharIsWhitespace(ch)) { in GetNextWordInternal()195 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWordInternal()341 while (PDFCharIsWhitespace(ch)) { in ToNextWord()793 bool bCheckLeft = !PDFCharIsDelimiter(tag[0]) && !PDFCharIsWhitespace(tag[0]); in IsWholeWord()795 !PDFCharIsWhitespace(tag[taglen - 1]); in IsWholeWord()
842 while (PDFCharIsWhitespace(ch)) { in GetNextToken()907 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextToken()