Home
last modified time | relevance | path

Searched refs:oldstr (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
77 size_t oldlen = oldstr.size(); in ReplaceSpecialSymbols()
80 if ((pos = input.find(oldstr)) != std::string::npos) { in ReplaceSpecialSymbols()
1495 std::string oldstr = "%3A"; in SetPath() local
1497 ReplaceSpecialSymbols(strPath, oldstr, newstr); in SetPath()
1620 std::string oldstr = "#"; in SetSearch() local
1622 ReplaceSpecialSymbols(temp, oldstr, newstr); in SetSearch()

Completed in 4 milliseconds