Searched defs:isHex (Results 1 – 2 of 2) sorted by relevance
283 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local
1545 static inline bool IsExponentPart(char c, bool isHex) { in IsExponentPart()