Searched defs:IsHexDigit (Results 1 – 7 of 7) sorted by relevance
36 struct IsHexDigit { struct37 bool operator()(std::string::value_type v) { return isxdigit(static_cast<int>(v)); } in operator ()()
48 bool IsHexDigit(char c) { in IsHexDigit() function
204 bool IsHexDigit(char ch) { in IsHexDigit() function
357 inline bool IsHexDigit(Char c) { in IsHexDigit() function
354 inline bool IsHexDigit(Char c) { in IsHexDigit() function
448 inline bool IsHexDigit(Char c) { in IsHexDigit() function