Searched refs:scanLoc (Results 1 – 1 of 1) sorted by relevance
166 std::string::size_type scanLoc = 0, matchLoc = std::string::npos; in replaceAllSubstrs() local167 while ((matchLoc = str.find(match, scanLoc)) != std::string::npos) { in replaceAllSubstrs()169 scanLoc = matchLoc + substitute.size(); in replaceAllSubstrs()