OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEmptyBeginLine
(Results
1 - 5
of
5
) sorted by null
/external/regex-re2/re2/
prog.cc
268
flags |= kEmptyBeginText |
kEmptyBeginLine
;
270
flags |=
kEmptyBeginLine
;
prog.h
63
kEmptyBeginLine
= 1<<0, // ^ - beginning of line
dfa.cc
889
// For example, flag ==
kEmptyBeginLine
|kEmptyEndLine means to match
[
all
...]
nfa.cc
481
flag |= kEmptyBeginText |
kEmptyBeginLine
;
483
flag |=
kEmptyBeginLine
;
compile.cc
434
if (empty & (
kEmptyBeginLine
|kEmptyEndLine))
833
return EmptyWidth(reversed_ ? kEmptyEndLine :
kEmptyBeginLine
);
836
return EmptyWidth(reversed_ ?
kEmptyBeginLine
: kEmptyEndLine);
[
all
...]
Completed in 69 milliseconds