Home
last modified time | relevance | path

Searched refs:decodeInput (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp751 std::string decodeInput = DecodeSpecialChars(input); in AnalysisHost() local
752 if (!CheckCharacter(decodeInput, g_specialCharForBit)) { in AnalysisHost()
756 AnalyseIPv4(decodeInput, host, flags); in AnalysisHost()