Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp75 void ReplaceSpecialSymbols(std::string& input, std::string& oldstr, std::string& newstr) in ReplaceSpecialSymbols() argument
81 input.replace(pos, oldlen, newstr); in ReplaceSpecialSymbols()
1496 std::string newstr = ":"; in SetPath() local
1497 ReplaceSpecialSymbols(strPath, oldstr, newstr); in SetPath()
1621 std::string newstr = "%23"; in SetSearch() local
1622 ReplaceSpecialSymbols(temp, oldstr, newstr); in SetSearch()

Completed in 4 milliseconds