Searched refs:HexPrefix (Results 1 – 6 of 6) sorted by relevance
147 bool HexPrefix; variable153 HexPrefix(Prefix) {} in FormattedNumber()
177 HexPrefix = 0 [xX]186 Integer4 = {HexPrefix} {HexDigit}+195 FloatOrID2 = -? {HexPrefix} {HexDigit}+ {BinaryExponent}204 Float3 = -? {HexPrefix} {HexDigit}+ "." {HexDigit}* {BinaryExponent}205 Float4 = -? {HexPrefix} "." {HexDigit}+ {BinaryExponent}
413 unsigned PrefixChars = FN.HexPrefix ? 2 : 0; in operator <<()417 if (!FN.HexPrefix) in operator <<()
1301 | HexPrefix HexDigit+1305 HexPrefix1327 HexPrefix (HexDigit )*
44 public static final int HexPrefix=16; field in JavaLexer
189 public static final int HexPrefix=16; field in JavaParser