OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEmptyEndLine
(Results
1 - 5
of
5
) sorted by null
/external/regex-re2/re2/
prog.cc
274
flags |= kEmptyEndText |
kEmptyEndLine
;
276
flags |=
kEmptyEndLine
;
nfa.cc
487
flag |= kEmptyEndText |
kEmptyEndLine
;
489
flag |=
kEmptyEndLine
;
546
if (ip->empty() & ~(
kEmptyEndLine
|kEmptyEndText)) {
prog.h
64
kEmptyEndLine
= 1<<1, // $ - end of line
compile.cc
434
if (empty & (kEmptyBeginLine|
kEmptyEndLine
))
833
return EmptyWidth(reversed_ ?
kEmptyEndLine
: kEmptyBeginLine);
836
return EmptyWidth(reversed_ ? kEmptyBeginLine :
kEmptyEndLine
);
[
all
...]
dfa.cc
889
// For example, flag == kEmptyBeginLine|
kEmptyEndLine
means to match
[
all
...]
Completed in 246 milliseconds