Searched refs:IsHexadecimalDigit (Results 1 – 4 of 4) sorted by relevance
197 IsHexadecimalDigit(cp[2]) && IsHexadecimalDigit(cp[3])) { in DecodeEscapedCharacter()
325 if (!IsHexadecimalDigit(**at)) { in Parse()
486 } while (IsHexadecimalDigit(*at_)); in NextToken()
45 inline constexpr bool IsHexadecimalDigit(char ch) { in IsHexadecimalDigit() function