Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcrecpp_unittest.cc342 const int replace_count = re.GlobalReplace(t->rewrite, &all); in TestReplace()
352 CHECK_EQ(re.GlobalReplace("bb", &all), 9); in TestReplace()
359 CHECK_EQ(re.GlobalReplace("bb", &all), 9); in TestReplace()
Dpcrecpp.h610 int GlobalReplace(const StringPiece& rewrite,
Dpcrecpp.cc381 int RE::GlobalReplace(const StringPiece& rewrite, in GlobalReplace() function in pcrecpp::RE
DChangeLog2147 5. The C++ GlobalReplace function was not working like Perl for the special
2867 RE::GlobalReplace(). As a result, the number of replacements returned was
3798 advance over multibyte UTF-8 characters in GlobalReplace.
/external/pcre/
Dpcrecpp.h610 int GlobalReplace(const StringPiece& rewrite,
/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()
/external/pcre/dist/doc/
Dpcre.txt10087 GlobalReplace is like Replace except that it replaces all occurrences
10092 pcrecpp::RE("b+").GlobalReplace("d", &s);