Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp692 bool bCheckRight = !PDFCharIsDelimiter(tag[taglen - 1]) && in IsWholeWord() local
696 if (bCheckRight && startpos + (int32_t)taglen <= limit && in IsWholeWord()