Searched refs:GlobalReplace (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter.h144 inline bool GlobalReplace(string* string_to_process, function in class:i18n::phonenumbers::RegExp
H A Dregexp_adapter_re2.cc140 return RE2::GlobalReplace(string_to_process, utf8_regexp_,
H A Dasyoutypeformatter.cc264 character_class_pattern->GlobalReplace(&number_pattern, "\\\\d");
301 regexp_cache_.GetRegExp(number_pattern).GlobalReplace(
499 bool status = regexp_cache_.GetRegExp(pattern).GlobalReplace(
H A Dphonenumberutil.cc1505 pattern_to_match.GlobalReplace(formatted_number, number_format_rule);
1515 reg_exps_->separator_pattern_->GlobalReplace(formatted_number, "-");
2225 non_digits_pattern.GlobalReplace(number, "");
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser.cc102 RE2::GlobalReplace(
/external/pcre/dist/
H A Dpcrecpp.h316 // GlobalReplace() is like Replace(), except that it replaces all
321 // pcrecpp::RE("b+").GlobalReplace("d", &s);
610 int GlobalReplace(const StringPiece& rewrite,
H A Dpcrecpp_unittest.cc342 const int replace_count = re.GlobalReplace(t->rewrite, &all);
352 CHECK_EQ(re.GlobalReplace("bb", &all), 9);
359 CHECK_EQ(re.GlobalReplace("bb", &all), 9);
H A Dpcrecpp.cc381 int RE::GlobalReplace(const StringPiece& rewrite, function in class:pcrecpp::RE
/external/chromium_org/third_party/re2/re2/
H A Dre2.h378 // CHECK(RE2::GlobalReplace(&s, "b+", "d"));
383 // Because GlobalReplace only replaces non-overlapping matches,
387 static int GlobalReplace(string *str,
H A Dre2.cc387 int RE2::GlobalReplace(string *str, function in class:re2::RE2
/external/chromium_org/third_party/re2/util/
H A Dpcre.h404 // CHECK(PCRE::GlobalReplace(&s, "b+", "d"));
409 static int GlobalReplace(string *str,
H A Dpcre.cc349 int PCRE::GlobalReplace(string *str, function in class:re2::PCRE
/external/regex-re2/re2/
H A Dre2.h378 // CHECK(RE2::GlobalReplace(&s, "b+", "d"));
383 // Because GlobalReplace only replaces non-overlapping matches,
387 static int GlobalReplace(string *str,
H A Dre2.cc369 int RE2::GlobalReplace(string *str, function in class:re2::RE2
/external/regex-re2/util/
H A Dpcre.h398 // CHECK(PCRE::GlobalReplace(&s, "b+", "d"));
403 static int GlobalReplace(string *str,
H A Dpcre.cc344 int PCRE::GlobalReplace(string *str, function in class:re2::PCRE
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc176 re2::RE2::GlobalReplace(&file_contents, re2::RE2("\\s*//.*"), "");
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc189 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
/external/regex-re2/re2/testing/
H A Dre2_test.cc182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)

Completed in 4723 milliseconds