Searched refs:hex_prefix (Results 1 – 1 of 1) sorted by relevance
118 hex_prefix = '0[xX]' variable in Lexer123 hex_constant = hex_prefix+hex_digits159 octal_or_hex_ordinal_disallowed = r'@((0[0-9]+)|('+hex_prefix+hex_digits+'))'