Searched refs:kByteEndText (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Ddfa.cc110 kByteEndText = 256, // imaginary byte at end of text enumerator in enum:re2::DFA::__anon13576
333 // Looks up bytes in bytemap_ but handles case c == kByteEndText too.
335 if (c == kByteEndText)
755 int nnext = prog_->bytemap_range() + 1; // + 1 for kByteEndText slot
941 if (prog_->anchor_end() && c != kByteEndText)
1015 if (c == kByteEndText) {
1024 bool isword = (c != kByteEndText && Prog::IsWordChar(c));
1042 // contributed to the match, don't swap if c is kByteEndText.
1047 if (c != kByteEndText || kind_ != Prog::kManyMatch)
1389 // c is known to be an actual byte and not kByteEndText
[all...]

Completed in 2592 milliseconds