Searched refs:FIELD_UNDEFINED (Results 1 – 10 of 10) sorted by relevance
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | DatatypeFactory.java | 278 …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 …]
|
D | XMLGregorianCalendar.java | 595 return DatatypeConstants.FIELD_UNDEFINED; in getMillisecond() 685 if (timezone == DatatypeConstants.FIELD_UNDEFINED) { in hashCode()
|
D | DatatypeConstants.java | 124 public static final int FIELD_UNDEFINED = Integer.MIN_VALUE; field in DatatypeConstants
|
/libcore/luni/src/test/java/libcore/javax/xml/datatype/ |
D | DatatypeFactoryTest.java | 334 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()
|
D | XMLGregorianCalendarTest.java | 43 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/ |
D | CalendarDate.java | 64 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()
|
D | LocalGregorianCalendar.java | 55 private int gregorianYear = FIELD_UNDEFINED; 61 gregorianYear = FIELD_UNDEFINED; in setEra() 77 gregorianYear = FIELD_UNDEFINED; in setYear()
|
D | BaseCalendar.java | 205 if (dow != Date.FIELD_UNDEFINED && dow != getDayOfWeek(bdate)) { in validate()
|
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
D | CalendarDate.java | 252 public static final int FIELD_UNDEFINED = -2147483648; // 0x80000000 field in CalendarDate
|
/libcore/api/ |
D | current.txt | 20226 field public static final int FIELD_UNDEFINED = -2147483648; // 0x80000000
|