Lines Matching refs:IsHexDigit
210 if (IsHexDigit(static_cast<unsigned char>(*(it + 1))) &&211 IsHexDigit(static_cast<unsigned char>(*(it + 2)))) {