Searched refs:negative (Results 1 – 12 of 12) sorted by relevance
170 boolean negative = (i < 0); in toString()173 if (!negative) { in toString()183 if (negative) { in toString()508 boolean negative = i < 0; in toString()509 boolean small = negative ? i > -100 : i < 100; in toString()511 final String[] smallValues = negative ? SMALL_NEG_VALUES : SMALL_NONNEG_VALUES; in toString()513 if (negative) { in toString()589 boolean negative = i < 0;590 if (!negative) {613 if (negative) {[all …]
154 boolean negative = (i < 0); in toString()156 if (!negative) { in toString()166 if (negative) { in toString()526 boolean negative = (i < 0); in getChars()527 if (!negative) { in getChars()561 if (negative) { in getChars()574 boolean negative = (i < 0); in getChars()575 if (!negative) { in getChars()609 if (negative) { in getChars()719 boolean negative = false; in parseLong()[all …]
1737 boolean negative = (i < 0);1738 if (!negative) {1761 if (negative) {1781 boolean negative = (i < 0);1782 if (!negative) {1816 if (negative) {
146 boolean negative = (infinityString.charAt(0) == '-'); in testValidInfinityStrings()147 Assert.assertEquals(d, (negative ? Double.NEGATIVE_INFINITY : in testValidInfinityStrings()149 (negative ? "positive instead of negative." : in testValidInfinityStrings()
151 boolean negative = (infinityString.charAt(0) == '-'); in testValidInfinityStrings()152 Assert.assertEquals(d, (negative ? Float.NEGATIVE_INFINITY : in testValidInfinityStrings()154 (negative ? "positive instead of negative." : in testValidInfinityStrings()
342 * If the {@code capacity} is a negative integer374 * If the {@code capacity} is a negative integer405 * The offset of the subarray to be used; must be non-negative and411 * must be non-negative and no larger than518 * must be non-negative and no larger than {@code csq.length()}.612 * buffer will start; must be non-negative and no larger than617 * non-negative and no larger than {@code limit() - index}622 * If {@code index} is negative or greater than {@code limit()},623 * {@code length} is negative, or {@code length > limit() - index}721 * If {@code index} is negative[all …]
81 * If {@code index} is negative108 * If {@code index} is negative
690 // The index must be non-negative and less than the buffer's limit.711 fail("IllegalArgumentException expected for negative position");715 + " negative position");731 fail("IllegalArgumentException expected for negative limit");735 + " negative limit");1093 // The index, relative to the position, must be non-negative and1097 // The index must be non-negative and less than the buffer's limit.1100 // The start must be non-negative and no larger than remaining().1109 // The offset must be non-negative and no larger than <array.length>.1127 // The offset must be non-negative and no larger than <array.length>.[all …]
2873 boolean negative = false; in parse()2885 negative = true; in parse()2933 if (negative) { in parse()3725 int negative = (sign == '-' ? -1 : 1); in parse() local3807 long offsetSecs = negative * (array[1] * 3600L + array[2] * 60L + array[3]); in parse()4030 int negative = 0; in parse() local4036 negative = 1; in parse()4038 negative = -1; in parse()4098 long offsetSecs = negative * (h * 3600L + m * 60L + s); in parse()
1147 boolean negative = random.nextBoolean(); in fetchNumber()1202 if (negative) in fetchNumber()
819 boolean negative = !msg.isEmpty(); in testIterateParameters()827 if (!negative) { in testIterateParameters()833 if (negative) { in testIterateParameters()
47 …description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",