Searched refs:replace_all (Results 1 – 3 of 3) sorted by relevance
105 const string& newsub, bool replace_all, in StringReplace() argument122 } while (replace_all); in StringReplace()136 const string& newsub, bool replace_all) { in StringReplace() argument138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
160 const string& newsub, bool replace_all);
713 bool replace_all) { in DoReplaceSubstringsAfterOffset() argument723 if (!replace_all) in DoReplaceSubstringsAfterOffset()