Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser.cpp46 if (PDFCharIsDelimiter(ch)) { in GetWord()
123 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetWord()
Dcpdf_syntax_parser.cpp177 if (PDFCharIsDelimiter(ch)) { in GetNextWordInternal()
227 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWordInternal()
748 bool bCheckLeft = !PDFCharIsDelimiter(tag[0]) && !PDFCharIsWhitespace(tag[0]); in IsWholeWord()
749 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) && in IsWholeWord()
756 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()
763 (checkKeyword && PDFCharIsDelimiter(ch))) { in IsWholeWord()
Dfpdf_parser_utility.cpp126 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
143 PDFCharIsDelimiter(ch)) { in PDF_NameEncode()
Dfpdf_parser_utility.h31 inline bool PDFCharIsDelimiter(uint8_t c) { in PDFCharIsDelimiter() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp242 if (PDFCharIsDelimiter(ch) && ch != '/') { in ParseNextElement()
261 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in ParseNextElement()
401 if (PDFCharIsDelimiter(ch)) { in GetNextWord()
445 if (PDFCharIsDelimiter(ch) || PDFCharIsWhitespace(ch)) { in GetNextWord()