Searched refs:trueMonthStart (Results 1 – 5 of 5) sorted by relevance
373 return trueMonthStart(12*(year-1)); in yearStart()396 return trueMonthStart(12*(year-1) + month); in monthStart()414 int32_t IslamicCalendar::trueMonthStart(int32_t month) const in trueMonthStart() function in IslamicCalendar520 length = trueMonthStart(month+1) - trueMonthStart(month) ; in handleGetMonthLength()537 return (trueMonthStart(month + 12) - trueMonthStart(month)); in handleGetYearLength()638 while ((startDate = trueMonthStart(months)) > days) { in handleComputeFields()
264 int32_t trueMonthStart(int32_t month) const;
594 ys = trueMonthStart(12*(year-1)); in yearStart()624 ms = trueMonthStart(12*(realYear-1) + realMonth); in monthStart()643 private static final long trueMonthStart(long month) in trueMonthStart() method in IslamicCalendar755 length = (int)( trueMonthStart(month+1) - trueMonthStart(month) ); in handleGetMonthLength()783 length = (int)(trueMonthStart(month + 12) - trueMonthStart(month)); in handleGetYearLength()870 while ((monthStart = trueMonthStart(months)) > days) { in handleComputeFields()
567 ys = trueMonthStart(12*(year-1)); in yearStart()597 ms = trueMonthStart(12*(realYear-1) + realMonth); in monthStart()616 private static final long trueMonthStart(long month) in trueMonthStart() method in IslamicCalendar726 length = (int)( trueMonthStart(month+1) - trueMonthStart(month) ); in handleGetMonthLength()753 length = (int)(trueMonthStart(month + 12) - trueMonthStart(month)); in handleGetYearLength()837 while ((monthStart = trueMonthStart(months)) > days) { in handleComputeFields()