Searched refs:oldChar (Results 1 – 2 of 2) sorted by relevance
75 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace() argument77 if (value.empty() || oldChar == newChar) { in Replace()83 if (result[i] != oldChar) { in Replace()
30 static std::string Replace(const std::string &value, char oldChar, char newChar);