Searched refs:STATUS_POSITIVE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1274 if (status[STATUS_POSITIVE] == (multiplier >= 0)) {
1284 } else if (status[STATUS_POSITIVE]) {
1303 if (!status[STATUS_POSITIVE]) {
1314 if (digitList.fitsIntoLong(status[STATUS_POSITIVE], isParseIntegerOnly())) {
1340 if (!status[STATUS_POSITIVE] && !gotLongMinimum) {
1389 private static final int STATUS_POSITIVE = 1; field in class:DecimalFormat
1538 exponentDigits.fitsIntoLong(stat[STATUS_POSITIVE], true)) {
1541 if (!stat[STATUS_POSITIVE]) {
1608 status[STATUS_POSITIVE] = gotPositive;

Completed in 37 milliseconds