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

/libcore/ojluni/src/main/java/java/time/
H A DPeriod.java432 return getDays();
531 public int getDays() { method in class:Period
H A DLocalDate.java1140 return plusMonths(periodToAdd.toTotalMonths()).plusDays(periodToAdd.getDays());
1373 return minusMonths(periodToSubtract.toTotalMonths()).minusDays(periodToSubtract.getDays());
/libcore/luni/src/main/java/javax/xml/datatype/
H A DDuration.java255 public int getDays() { method in class:Duration
/libcore/ojluni/src/main/java/java/time/chrono/
H A DMinguoDate.java428 return getChronology().period(period.getYears(), period.getMonths(), period.getDays());
H A DThaiBuddhistDate.java428 return getChronology().period(period.getYears(), period.getMonths(), period.getDays());
H A DJapaneseDate.java669 return getChronology().period(period.getYears(), period.getMonths(), period.getDays());
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKPeriod.java358 expected.getDays() == Integer.MIN_VALUE, true);
1259 assertEquals(test.getDays(), d, "days");
H A DTCKLocalDate.java1872 assertEquals(test.getDays(), de);

Completed in 186 milliseconds