Home | History | Annotate | Download | only in util

Lines Matching defs:trueMonthStart

594             ys = trueMonthStart(12*(year-1));
624 ms = trueMonthStart(12*(realYear-1) + realMonth);
643 private static final long trueMonthStart(long month)
755 length = (int)( trueMonthStart(month+1) - trueMonthStart(month) );
783 length = (int)(trueMonthStart(month + 12) - trueMonthStart(month));
870 while ((monthStart = trueMonthStart(months)) > days) {