HomeSort by relevance Sort by last modified time
    Searched refs:getProlepticMonth (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/java/time/
YearMonth.java 483 case PROLEPTIC_MONTH: return getProlepticMonth();
493 private long getProlepticMonth() {
682 case PROLEPTIC_MONTH: return plusMonths(newValue - getProlepticMonth());
    [all...]
LocalDate.java 651 return getProlepticMonth();
677 private long getProlepticMonth() {
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
MinguoDate.java 280 return getProlepticMonth();
295 private long getProlepticMonth() {
314 return plusMonths(newValue - getProlepticMonth());
ThaiBuddhistDate.java 280 return getProlepticMonth();
295 private long getProlepticMonth() {
314 return plusMonths(newValue - getProlepticMonth());
HijrahDate.java 373 case PROLEPTIC_MONTH: return getProlepticMonth();
383 private long getProlepticMonth() {
404 case PROLEPTIC_MONTH: return plusMonths(newValue - getProlepticMonth());

Completed in 1068 milliseconds