/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_adapter.h | 144 inline bool GlobalReplace(string* string_to_process,
|
regexp_adapter_re2.cc | 140 return RE2::GlobalReplace(string_to_process, utf8_regexp_,
|
asyoutypeformatter.cc | 264 character_class_pattern->GlobalReplace(&number_pattern, "\\\\d"); 301 regexp_cache_.GetRegExp(number_pattern).GlobalReplace( 499 bool status = regexp_cache_.GetRegExp(pattern).GlobalReplace(
|
phonenumberutil.cc | [all...] |
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_parser.cc | 102 RE2::GlobalReplace(
|
/external/chromium_org/third_party/re2/re2/ |
re2.h | 378 // CHECK(RE2::GlobalReplace(&s, "b+", "d")); 383 // Because GlobalReplace only replaces non-overlapping matches, 387 static int GlobalReplace(string *str, [all...] |
re2.cc | 387 int RE2::GlobalReplace(string *str, [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 404 // CHECK(PCRE::GlobalReplace(&s, "b+", "d")); 409 static int GlobalReplace(string *str,
|
pcre.cc | 349 int PCRE::GlobalReplace(string *str, [all...] |
/external/chromium_org/content/child/webcrypto/test/ |
test_helpers.cc | 176 re2::RE2::GlobalReplace(&file_contents, re2::RE2("\\s*//.*"), "");
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 189 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count) [all...] |