Home
last modified time | relevance | path

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

/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 after % in DecodeSpecialChars()
/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp1818 bool isHexDigit = OHOS::Url::IsHexDigit('/'); in HWTEST_F()
1861 bool isHexDigit = OHOS::Url::IsHexDigit('b'); in HWTEST_F()

Completed in 10 milliseconds