Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.h60 bool IsHexDigit(const char& ch);
H A Djs_url.cpp94 bool IsHexDigit(const char& ch) in IsHexDigit() function
111 …if (IsHexDigit(temp[pos + 1]) && IsHexDigit(temp[pos + 2])) { // 2:Determine the second character … in DecodeSpecialChars()
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp1818 bool isHexDigit = OHOS::Url::IsHexDigit('/');
1861 bool isHexDigit = OHOS::Url::IsHexDigit('b');