Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc906 static bool IsAnchorEnd(Regexp** pre, int depth) { in IsAnchorEnd() function
921 if (IsAnchorEnd(&sub, depth+1)) { in IsAnchorEnd()
936 if (IsAnchorEnd(&sub, depth+1)) { in IsAnchorEnd()
1006 bool is_anchor_end = IsAnchorEnd(&sre, 0); in Compile()