Searched refs:IsHex (Results 1 – 3 of 3) sorted by relevance
57 bool IsHex(char c) { in IsHex() function176 if (IsHex(pos[0])) { in ParseUnixMemoryProfile()
104 bool IsHex(char c);
467 bool IsHex = Radix == 16; in LexDigit() local469 if (!IsHex && (*CurPtr == '.' || *CurPtr == 'e' || *CurPtr == 'E')) { in LexDigit()