Searched refs:FLAG_HAS_EXPONENT (Results 1 – 6 of 6) sorted by relevance
60 if (0 != (result.flags & FLAG_HAS_EXPONENT)) { in match()113 result.flags |= FLAG_HAS_EXPONENT; in match()
28 FLAG_HAS_EXPONENT = 0x0008, enumerator
60 if (0 != (result.flags & ParsedNumber.FLAG_HAS_EXPONENT)) { in match()117 result.flags |= ParsedNumber.FLAG_HAS_EXPONENT; in match()
55 public static final int FLAG_HAS_EXPONENT = 0x0008; field in ParsedNumber
58 if (0 != (result.flags & ParsedNumber.FLAG_HAS_EXPONENT)) { in match()115 result.flags |= ParsedNumber.FLAG_HAS_EXPONENT; in match()
53 public static final int FLAG_HAS_EXPONENT = 0x0008; field in ParsedNumber