Searched defs:isHex (Results 1 – 8 of 8) sorted by relevance
265 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local329 bool isHex = Radix == 16; in LexDigit() local417 bool isHex = Radix == 16; in LexDigit() local
103 isHex(char) { method in Lexer
143 const isHex = (key) => /^[0-9a-fA-F]+$/.test(key); function
289 int isHex = 1, foundHex = 0, i; in IsHex() local
117 isHex = /^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i, variable
2437 private static boolean isHex(final byte c) { in isHex() method in TextFormat