Searched refs:getFixedDateMonth1 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | GregorianCalendar.java | 1370 month1 = getFixedDateMonth1(cdate, fd); in roll() 1422 long month1 = getFixedDateMonth1(cdate, fd); in roll() 1503 long month1 = getFixedDateMonth1(cdate, fd); in roll() 1620 long mon1 = getFixedDateMonth1(d, gregorianCutoverDate); in getGreatestMinimum() 1702 long month1 = getFixedDateMonth1(gc.cdate, gc.calsys.getFixedDate(gc.cdate)); in getActualMinimum() 1787 long monthEnd = gc.getFixedDateMonth1(gc.cdate, fd) + monthLength - 1; in getActualMaximum() 2500 fixedDateMonth1 = getFixedDateMonth1(cdate, fixedDate); in computeFields() 3219 private long getFixedDateMonth1(BaseCalendar.Date date, long fixedDate) { in getFixedDateMonth1() method in GregorianCalendar 3312 long month1 = getFixedDateMonth1(date, fd); in actualMonthLength() 3321 next1 = getFixedDateMonth1(date, next1); in actualMonthLength()
|
D | JapaneseImperialCalendar.java | 834 month1 = getFixedDateMonth1(jdate, fd); in roll() 879 long month1 = getFixedDateMonth1(jdate, cachedFixedDate); in roll() 965 long month1 = getFixedDateMonth1(jdate, fd); in roll() 1713 getFixedDateMonth1(jdate, fixedDate) : fixedDate - dayOfMonth + 1; in computeFields() 2165 private long getFixedDateMonth1(LocalGregorianCalendar.Date date, in getFixedDateMonth1() method
|