Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp123 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()
Dcpdf_simple_parser.cpp45 if (PDFCharIsDelimiter(ch)) { in ParseWord()
86 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseWord()
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.cpp825 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()
883 if (PDFCharIsWhitespace(byte) || PDFCharIsDelimiter(byte)) { in RebuildCrossRef()
980 if (PDFCharIsDelimiter(byte) || PDFCharIsWhitespace(byte)) { in RebuildCrossRef()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp252 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()