Searched refs:GlobalReplace (Results 1 – 8 of 8) sorted by relevance
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 610 int GlobalReplace(const StringPiece& rewrite,
|
/external/pcre/pcrecpp/ |
D | pcrecpp_unittest.cc | 343 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()
|
D | pcrecpp.cc | 184 int RE::GlobalReplace(const StringPiece& rewrite, in GlobalReplace() function in pcrecpp::RE
|
/external/regex-re2/util/ |
D | pcre.h | 403 static int GlobalReplace(string *str,
|
D | pcre.cc | 344 int PCRE::GlobalReplace(string *str, in GlobalReplace() function in re2::PCRE
|
/external/regex-re2/re2/ |
D | re2.h | 387 static int GlobalReplace(string *str,
|
D | re2.cc | 369 int RE2::GlobalReplace(string *str, in GlobalReplace() function in re2::RE2
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count) in TEST()
|