Searched refs:ReplaceSpecialSymbols (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.cpp | 75 void ReplaceSpecialSymbols(std::string& input, std::string& oldstr, std::string& newstr) in ReplaceSpecialSymbols() function 1497 ReplaceSpecialSymbols(strPath, oldstr, newstr); in SetPath() 1622 ReplaceSpecialSymbols(temp, oldstr, newstr); in SetSearch() 1674 ReplaceSpecialSymbols(usname, g_specialSymbols[i], g_specialSymbols[i + 1]); in SetUsername() 1690 ReplaceSpecialSymbols(keyWord, g_specialSymbols[i], g_specialSymbols[i + 1]); in SetPassword()
|