Searched defs:IsHex (Results 1 – 6 of 6) sorted by relevance
35 bool IsHex() const { return m_bHex; } in IsHex() function
58 bool IsHex(char c) { in IsHex() function
57 bool IsHex(char c) { in IsHex() function
42 bool IsHex() const { return type_ == TokenType::kHex; } in IsHex() function
296 int IsHex(string input) { in IsHex() function
1428 static int IsHex(int c) { in IsHex() function