Home
last modified time | relevance | path

Searched refs:IsAnchorStart (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/re2/
Dcompile.cc858 static bool IsAnchorStart(Regexp** pre, int depth) { in IsAnchorStart() function
873 if (IsAnchorStart(&sub, depth+1)) { in IsAnchorStart()
888 if (IsAnchorStart(&sub, depth+1)) { in IsAnchorStart()
1005 bool is_anchor_start = IsAnchorStart(&sre, 0); in Compile()