Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/include/
Dpcrecpp.h610 int GlobalReplace(const StringPiece& rewrite,
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc343 const int replace_count = re.GlobalReplace(t->rewrite, &all); in TestReplace()
354 CHECK_EQ(re.GlobalReplace("bb", &all), 9); in TestReplace()
362 CHECK_EQ(re.GlobalReplace("bb", &all), 9); in TestReplace()
Dpcrecpp.cc184 int RE::GlobalReplace(const StringPiece& rewrite, in GlobalReplace() function in pcrecpp::RE
/external/regex-re2/util/
Dpcre.h403 static int GlobalReplace(string *str,
Dpcre.cc344 int PCRE::GlobalReplace(string *str, in GlobalReplace() function in re2::PCRE
/external/regex-re2/re2/
Dre2.h387 static int GlobalReplace(string *str,
Dre2.cc369 int RE2::GlobalReplace(string *str, in GlobalReplace() function in re2::RE2
/external/regex-re2/re2/testing/
Dre2_test.cc182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count) in TEST()