HomeSort by relevance Sort by last modified time
    Searched refs:GlobalReplace (Results 1 - 4 of 4) sorted by null

  /external/regex-re2/re2/
re2.h 359 // CHECK(RE2::GlobalReplace(&s, "b+", "d"));
364 // Because GlobalReplace only replaces non-overlapping matches,
368 static int GlobalReplace(string *str,
    [all...]
re2.cc 346 int RE2::GlobalReplace(string *str,
    [all...]
  /external/regex-re2/util/
pcre.h 398 // CHECK(PCRE::GlobalReplace(&s, "b+", "d"));
403 static int GlobalReplace(string *str,
pcre.cc 344 int PCRE::GlobalReplace(string *str,
    [all...]

Completed in 837 milliseconds