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

/external/chromium_org/third_party/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.cc435 if (empty & (kEmptyBeginLine|kEmptyEndLine))
834 return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine);
837 return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine);
H A Ddfa.cc891 // For example, flag == kEmptyBeginLine|kEmptyEndLine means to match
908 // strings indicated by flag. For example, c == 'a' and flag == kEmptyEndLine,
1013 beforeflag |= kEmptyEndLine;
1019 beforeflag |= kEmptyEndLine | kEmptyEndText;
/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.cc434 if (empty & (kEmptyBeginLine|kEmptyEndLine))
833 return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine);
836 return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine);
H A Ddfa.cc889 // For example, flag == kEmptyBeginLine|kEmptyEndLine means to match
906 // strings indicated by flag. For example, c == 'a' and flag == kEmptyEndLine,
1011 beforeflag |= kEmptyEndLine;
1017 beforeflag |= kEmptyEndLine | kEmptyEndText;

Completed in 137 milliseconds