Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp113 int octNum = 0; in DecodeSpecialChars() local
114 if (sscanf_s(subStr.c_str(), "%x", &octNum) == -1) { in DecodeSpecialChars()
118 std::string convertedChar(1, static_cast<char>(octNum)); in DecodeSpecialChars()