Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp118 std::string convertedChar(1, static_cast<char>(octNum)); in DecodeSpecialChars() local
119 …temp.replace(pos, 3, convertedChar); // 3:Replace the percent character with the corresponding char in DecodeSpecialChars()