Searched refs:getFixedDateMonth1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DGregorianCalendar.java1308 month1 = getFixedDateMonth1(cdate, fd);
1360 long month1 = getFixedDateMonth1(cdate, fd);
1441 long month1 = getFixedDateMonth1(cdate, fd);
1555 long mon1 = getFixedDateMonth1(d, gregorianCutoverDate);
1635 long month1 = getFixedDateMonth1(gc.cdate, gc.calsys.getFixedDate(gc.cdate));
1719 long monthEnd = gc.getFixedDateMonth1(gc.cdate, fd) + monthLength - 1;
2422 fixedDateMonth1 = getFixedDateMonth1(cdate, fixedDate);
2987 private final long getFixedDateMonth1(BaseCalendar.Date date, long fixedDate) { method in class:GregorianCalendar
3080 long month1 = getFixedDateMonth1(date, fd);
3089 next1 = getFixedDateMonth1(dat
[all...]
H A DJapaneseImperialCalendar.java787 month1 = getFixedDateMonth1(jdate, fd);
832 long month1 = getFixedDateMonth1(jdate, cachedFixedDate);
918 long month1 = getFixedDateMonth1(jdate, fd);
1720 getFixedDateMonth1(jdate, fixedDate) : fixedDate - dayOfMonth + 1;
2169 private final long getFixedDateMonth1(LocalGregorianCalendar.Date date, method in class:JapaneseImperialCalendar

Completed in 212 milliseconds