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

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc907 static bool IsAnchorEnd(Regexp** pre, int depth) { function in namespace:re2
912 // above says, IsAnchorEnd is conservative, so returning
922 if (IsAnchorEnd(&sub, depth+1)) {
937 if (IsAnchorEnd(&sub, depth+1)) {
1007 bool is_anchor_end = IsAnchorEnd(&sre, 0);
/external/regex-re2/re2/
H A Dcompile.cc906 static bool IsAnchorEnd(Regexp** pre, int depth) { function in namespace:re2
911 // above says, IsAnchorEnd is conservative, so returning
921 if (IsAnchorEnd(&sub, depth+1)) {
936 if (IsAnchorEnd(&sub, depth+1)) {
1006 bool is_anchor_end = IsAnchorEnd(&sre, 0);

Completed in 89 milliseconds