OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAnchorStart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
compile.cc
859
static bool
IsAnchorStart
(Regexp** pre, int depth) {
864
// above says,
IsAnchorStart
is conservative, so returning
874
if (
IsAnchorStart
(&sub, depth+1)) {
889
if (
IsAnchorStart
(&sub, depth+1)) {
1006
bool is_anchor_start =
IsAnchorStart
(&sre, 0);
[
all
...]
/external/regex-re2/re2/
compile.cc
858
static bool
IsAnchorStart
(Regexp** pre, int depth) {
863
// above says,
IsAnchorStart
is conservative, so returning
873
if (
IsAnchorStart
(&sub, depth+1)) {
888
if (
IsAnchorStart
(&sub, depth+1)) {
1005
bool is_anchor_start =
IsAnchorStart
(&sre, 0);
[
all
...]
Completed in 103 milliseconds