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

  /external/chromium/base/
string_util.h 377 // |find_this| with |replace_with|.
381 const string16& replace_with);
385 const std::string& replace_with);
388 // instances of |find_this| with |replace_with|.
396 const string16& replace_with);
400 const std::string& replace_with);
string_util.cc 978 const StringType& replace_with,
986 str->replace(offs, find_this.length(), replace_with);
987 offs += replace_with.length();
997 const string16& replace_with) {
998 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
    [all...]
string_util_unittest.cc 399 const char* replace_with; member in struct:base::__anon2262
420 ASCIIToUTF16(cases[i].replace_with));
430 const char* replace_with; member in struct:base::__anon2263
450 ASCIIToUTF16(cases[i].replace_with));
    [all...]

Completed in 142 milliseconds