Searched defs:isHex (Results 1 – 7 of 7) 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
280 int isHex = 1, foundHex = 0, i; in IsHex() local
2650 BOOLEAN_T isHex; variable5831 BOOLEAN_T isHex = FALSE; variable
2437 private static boolean isHex(final byte c) { in isHex() method in TextFormat