Searched refs:replacePos (Results 1 – 1 of 1) sorted by relevance
254 size_t replacePos = str->find(substring); in ReplaceSubstring() local255 if (replacePos == std::string::npos) in ReplaceSubstring()259 str->replace(replacePos, substring.size(), replacement); in ReplaceSubstring()