Searched refs:replace_all (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/tools/ |
D | skdiff_utils.cpp | 83 static SkString replace_all(const SkString &input, in replace_all() function 108 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
|
/external/skia/tools/ |
D | skdiff_utils.cpp | 99 static SkString replace_all(const SkString &input, in replace_all() function 124 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 105 const string& newsub, bool replace_all, in StringReplace() argument 122 } while (replace_all); in StringReplace() 136 const string& newsub, bool replace_all) { in StringReplace() argument 138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
|
D | strutil.h | 160 const string& newsub, bool replace_all);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 105 const string& newsub, bool replace_all, in StringReplace() argument 122 } while (replace_all); in StringReplace() 136 const string& newsub, bool replace_all) { in StringReplace() argument 138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
|
D | strutil.h | 160 const string& newsub, bool replace_all);
|
/external/chromium_org/base/strings/ |
D | string_util.cc | 498 bool replace_all) { in DoReplaceSubstringsAfterOffset() argument 508 if (!replace_all) in DoReplaceSubstringsAfterOffset()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 2735 uint64_t replace_all(std::string& str, const std::string& oldStr, const std::string& newStr) in replace_all() function 2796 replace_all(directory,"'","\\'"); in LoadScriptingModule()
|