Searched refs:FLAG_NEGATIVE (Results 1 – 10 of 10) sorted by relevance
42 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()66 if (0 != (flags & FLAG_NEGATIVE)) { in getDouble()97 if (0 != (flags & FLAG_NEGATIVE)) { in populateFormattable()
25 FLAG_NEGATIVE = 0x0001, enumerator
344 int flags = (signum == -1) ? FLAG_NEGATIVE : 0; in createAffixMatchers()462 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString()
116 result.flags |= FLAG_NEGATIVE; in accept()
52 public static final int FLAG_NEGATIVE = 0x0001; field in ParsedNumber118 if (quantity != null && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()151 if (0 != (flags & FLAG_NEGATIVE)) { in getNumber()
50 result.flags |= ParsedNumber.FLAG_NEGATIVE; in accept()
135 int flags = (signum == -1) ? ParsedNumber.FLAG_NEGATIVE : 0; in createMatchers()272 boolean isNegative = 0 != (flags & ParsedNumber.FLAG_NEGATIVE); in toString()
50 public static final int FLAG_NEGATIVE = 0x0001; field in ParsedNumber116 if (quantity != null && 0 != (flags & FLAG_NEGATIVE)) { in postProcess()149 if (0 != (flags & FLAG_NEGATIVE)) { in getNumber()
133 int flags = (signum == -1) ? ParsedNumber.FLAG_NEGATIVE : 0; in createMatchers()270 boolean isNegative = 0 != (flags & ParsedNumber.FLAG_NEGATIVE); in toString()
48 result.flags |= ParsedNumber.FLAG_NEGATIVE; in accept()