Searched refs:oldC (Results 1 – 1 of 1) sorted by relevance
155 static string replaceAll(const string& fieldName, const char oldC, const string& newS) { in replaceAll() argument156 if (fieldName.find_first_of(oldC) == fieldName.npos) return fieldName.c_str(); in replaceAll()161 if (cur != oldC) { in replaceAll()