Home
last modified time | relevance | path

Searched refs:oldChar (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp82 std::string StringHelper::Replace(const std::string &value, char oldChar, char newChar) in Replace() argument
84 if (value.empty() || oldChar == newChar) { in Replace()
90 if (result[i] != oldChar) { in Replace()
H A Dstring_helper.h37 static std::string Replace(const std::string &value, char oldChar, char newChar);
/foundation/ability/idl_tool/util/
H A Dstring.cpp504 String String::Replace(char oldChar, char newChar) const in Replace() argument
506 if (oldChar == newChar) { in Replace()
512 if (string_[i] != oldChar) { in Replace()
517 if (newStr.string_[j] == oldChar) { in Replace()
H A Dstring.h95 String Replace(char oldChar, char newChar) const;

Completed in 2 milliseconds