Searched defs:isPositive (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/javax/naming/ldap/LdapName/
H A DCompareToEqualsTests.java101 isPositive(result) != isPositive(expectedResult)) {
123 static boolean isPositive(int n) { method in class:CompareToEqualsTests
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationYearMonthImpl.java60 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
70 boolean isPositive,
74 super(isPositive, years, months, null, null, null, null);
85 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
94 final boolean isPositive,
98 this(isPositive,
69 DurationYearMonthImpl( boolean isPositive, BigInteger years, BigInteger months) argument
93 DurationYearMonthImpl( final boolean isPositive, final int years, final int months) argument
H A DDurationDayTimeImpl.java58 boolean isPositive,
64 super(isPositive, null, null, days, hours, minutes, seconds);
69 boolean isPositive,
76 isPositive,
57 DurationDayTimeImpl( boolean isPositive, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
68 DurationDayTimeImpl( boolean isPositive, int days, int hours, int minutes, int seconds) argument
H A DDatatypeFactoryImpl.java149 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
156 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
171 * @see #newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days,
175 final boolean isPositive,
184 isPositive,
206 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
219 final boolean isPositive,
224 isPositive,
238 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
250 final boolean isPositive,
174 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
218 newDurationYearMonth( final boolean isPositive, final BigInteger year, final BigInteger month) argument
249 newDurationYearMonth( final boolean isPositive, final int year, final int month) argument
439 newDurationDayTime( final boolean isPositive, final BigInteger day, final BigInteger hour, final BigInteger minute, final BigInteger second) argument
480 newDurationDayTime( final boolean isPositive, final int day, final int hour, final int minute, final int second) argument
[all...]
H A DDurationImpl.java203 * @param isPositive Sign.
207 protected int calcSignum(boolean isPositive) { argument
217 if (isPositive) {
231 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
246 boolean isPositive,
261 this.signum = calcSignum(isPositive);
328 final boolean isPositive,
336 isPositive,
245 DurationImpl( boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
327 DurationImpl( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeFactory.java251 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
260 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
277 final boolean isPositive,
287 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
291 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
306 * boolean isPositive,
315 final boolean isPositive,
342 isPositive,
455 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
471 final boolean isPositive,
276 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
314 newDuration( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
470 newDurationDayTime( final boolean isPositive, final BigInteger day, final BigInteger hour, final BigInteger minute, final BigInteger second) argument
513 newDurationDayTime( final boolean isPositive, final int day, final int hour, final int minute, final int second) argument
652 newDurationYearMonth( final boolean isPositive, final BigInteger year, final BigInteger month) argument
686 newDurationYearMonth( final boolean isPositive, final int year, final int month) argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DDigitList.java216 * @param isPositive true if this number should be regarded as positive
221 boolean fitsIntoLong(boolean isPositive, boolean ignoreNegativeZero) { argument
236 return isPositive || ignoreNegativeZero;
261 return !isPositive;

Completed in 48 milliseconds