Home
last modified time | relevance | path

Searched refs:FIELD_UNDEFINED (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/javax/xml/datatype/
DDatatypeFactory.java278 …BigInteger realYears = (years != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) ye… in newDuration()
281 …BigInteger realMonths = (months != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) … in newDuration()
284 …BigInteger realDays = (days != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) days… in newDuration()
287 …BigInteger realHours = (hours != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) ho… in newDuration()
290 …BigInteger realMinutes = (minutes != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long… in newDuration()
293 …BigDecimal realSeconds = (seconds != DatatypeConstants.FIELD_UNDEFINED) ? BigDecimal.valueOf((long… in newDuration()
386 return newDuration(true, DatatypeConstants.FIELD_UNDEFINED, in newDurationDayTime()
387 DatatypeConstants.FIELD_UNDEFINED, 0, 0, 0, 0); in newDurationDayTime()
416 return newDuration(isPositive, DatatypeConstants.FIELD_UNDEFINED, in newDurationDayTime()
417 DatatypeConstants.FIELD_UNDEFINED, (int) days, hours, minutes, seconds); in newDurationDayTime()
[all …]
DXMLGregorianCalendar.java595 return DatatypeConstants.FIELD_UNDEFINED; in getMillisecond()
685 if (timezone == DatatypeConstants.FIELD_UNDEFINED) { in hashCode()
DDatatypeConstants.java124 public static final int FIELD_UNDEFINED = Integer.MIN_VALUE; field in DatatypeConstants
/libcore/luni/src/test/java/libcore/javax/xml/datatype/
DDatatypeFactoryTest.java334 int y = years == null ? DatatypeConstants.FIELD_UNDEFINED : years.intValue(); in newDuration()
335 int m = months == null ? DatatypeConstants.FIELD_UNDEFINED : months.intValue(); in newDuration()
336 int d = days == null ? DatatypeConstants.FIELD_UNDEFINED : days.intValue(); in newDuration()
337 int h = hours == null ? DatatypeConstants.FIELD_UNDEFINED : hours.intValue(); in newDuration()
338 int mn = minutes == null ? DatatypeConstants.FIELD_UNDEFINED : minutes.intValue(); in newDuration()
339 int s = seconds == null ? DatatypeConstants.FIELD_UNDEFINED : seconds.intValue(); in newDuration()
DXMLGregorianCalendarTest.java43 assertEquals(DatatypeConstants.FIELD_UNDEFINED, calendar.getMillisecond()); in testGetMillisecond()
58 assertEquals(DatatypeConstants.FIELD_UNDEFINED, calendar.getMillisecond()); in testSetTime_iiii()
/libcore/ojluni/src/main/java/sun/util/calendar/
DCalendarDate.java64 public static final int FIELD_UNDEFINED = Integer.MIN_VALUE; field in CalendarDate
71 private int dayOfWeek = FIELD_UNDEFINED;
213 dayOfWeek = FIELD_UNDEFINED; in getDayOfWeek()
462 } else if (zoneOffset != FIELD_UNDEFINED) { in toString()
DLocalGregorianCalendar.java55 private int gregorianYear = FIELD_UNDEFINED;
61 gregorianYear = FIELD_UNDEFINED; in setEra()
77 gregorianYear = FIELD_UNDEFINED; in setYear()
DBaseCalendar.java205 if (dow != Date.FIELD_UNDEFINED && dow != getDayOfWeek(bdate)) { in validate()
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/
DCalendarDate.java252 public static final int FIELD_UNDEFINED = -2147483648; // 0x80000000 field in CalendarDate
/libcore/api/
Dcurrent.txt20226 field public static final int FIELD_UNDEFINED = -2147483648; // 0x80000000