Searched refs:HexPrefix (Results 1 – 6 of 6) sorted by relevance
148 bool HexPrefix; variable155 HexPrefix(Prefix) {} in FormattedNumber()
191 HexPrefix = 0 [xX]200 Integer4 = {HexPrefix} {HexDigit}+209 FloatOrID2 = -? {HexPrefix} {HexDigit}+ {BinaryExponent}218 Float3 = -? {HexPrefix} {HexDigit}+ "." {HexDigit}* {BinaryExponent}219 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