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