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

/external/regex-re2/re2/
H A Dprog.cc274 flags |= kEmptyEndText | kEmptyEndLine;
276 flags |= kEmptyEndLine;
H A Dnfa.cc487 flag |= kEmptyEndText | kEmptyEndLine;
489 flag |= kEmptyEndLine;
546 if (ip->empty() & ~(kEmptyEndLine|kEmptyEndText)) {
H A Dprog.h64 kEmptyEndLine = 1<<1, // $ - end of line enumerator in enum:re2::EmptyOp
H A Dcompile.cc433 if (empty & (kEmptyBeginLine|kEmptyEndLine))
832 return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine);
835 return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine);
H A Ddfa.cc862 // For example, flag == kEmptyBeginLine|kEmptyEndLine means to match
879 // strings indicated by flag. For example, c == 'a' and flag == kEmptyEndLine,
982 beforeflag |= kEmptyEndLine;
988 beforeflag |= kEmptyEndLine | kEmptyEndText;

Completed in 90 milliseconds