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

/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_benchmark.cc1411 void FullMatchPCRE(int iter, int n, const char *regexp) { function in namespace:re2
1437 void FullMatch_DotStar_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s).*"); }
1440 void FullMatch_DotStarDollar_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s).*$"); }
1443 void FullMatch_DotStarCapture_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s)((.*)()()($))"); }
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc1411 void FullMatchPCRE(int iter, int n, const char *regexp) { function in namespace:re2
1437 void FullMatch_DotStar_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s).*"); }
1440 void FullMatch_DotStarDollar_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s).*$"); }
1443 void FullMatch_DotStarCapture_CachedPCRE(int i, int n) { FullMatchPCRE(i, n, "(?s)((.*)()()($))"); }

Completed in 1179 milliseconds