Searched refs:IsHexDigit (Results 1 – 3 of 3) sorted by relevance
60 bool IsHexDigit(const char& ch);
94 bool IsHexDigit(const char& ch) in IsHexDigit() function111 …if (IsHexDigit(temp[pos + 1]) && IsHexDigit(temp[pos + 2])) { // 2:Determine the second character … in DecodeSpecialChars()
1818 bool isHexDigit = OHOS::Url::IsHexDigit('/');1861 bool isHexDigit = OHOS::Url::IsHexDigit('b');