Searched refs:IsHex (Results 1 – 7 of 7) sorted by relevance
58 bool IsHex(char c) { in IsHex() function159 if (IsHex(pos[0])) { in GetMemoryProfile()
94 bool IsHex(char c);
57 bool IsHex(char c) { in IsHex() function175 if (IsHex(pos[0])) { in ParseUnixMemoryProfile()
104 bool IsHex(char c);
56 bool IsHex(char c) { in IsHex() function155 if (IsHex(pos[0])) { in GetMemoryProfile()
90 bool IsHex(char c);
466 bool IsHex = Radix == 16; in LexDigit() local468 if (!IsHex && (*CurPtr == '.' || *CurPtr == 'e' || *CurPtr == 'E')) { in LexDigit()