Home
last modified time | relevance | path

Searched refs:PDFCharIsDelimiter (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser.cpp45 if (PDFCharIsDelimiter(ch)) { in ParseWord()
86 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseWord()
Dcpdf_syntax_parser.cpp145 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()
Dfpdf_parser_utility.cpp125 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
140 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
Dfpdf_parser_utility.h26 inline bool PDFCharIsDelimiter(uint8_t c) { in PDFCharIsDelimiter() function
Dcpdf_parser.cpp720 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()
781 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()
881 if (PDFCharIsDelimiter(byte) || PDFCharIsWhitespace(byte)) { in RebuildCrossRef()
Dcpdf_data_avail.cpp860 if (PDFCharIsDelimiter(ch)) { in GetNextToken()
907 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextToken()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp256 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()