Searched refs:GlobalReplace (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/ |
D | pcrecpp_unittest.cc | 342 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()
|
D | pcrecpp.h | 610 int GlobalReplace(const StringPiece& rewrite,
|
D | pcrecpp.cc | 381 int RE::GlobalReplace(const StringPiece& rewrite, in GlobalReplace() function in pcrecpp::RE
|
D | ChangeLog | 2147 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/ |
D | pcrecpp.h | 610 int GlobalReplace(const StringPiece& rewrite,
|
/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()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 10087 GlobalReplace is like Replace except that it replaces all occurrences 10092 pcrecpp::RE("b+").GlobalReplace("d", &s);
|