Searched defs:StringReplace (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/debug/
H A Ddebugger_win.cc45 bool StringReplace(const wchar_t* input, int value, wchar_t* output, function in namespace:base::debug::__anon1484
80 if (StringReplace(reg_value, process_id, command_line,
/external/v8/src/
H A Dstring.js219 function StringReplace(search, replace) { function
990 "replace", StringReplace,
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc98 // StringReplace()
104 void StringReplace(const string& s, const string& oldsub, function in namespace:google::protobuf
127 // StringReplace()
135 string StringReplace(const string& s, const string& oldsub, function in namespace:google::protobuf
138 StringReplace(s, oldsub, newsub, replace_all, &ret);

Completed in 7536 milliseconds