Searched refs:HOUR_PARTS (Results 1 – 3 of 3) sorted by relevance
571 private static final long HOUR_PARTS = 1080; field in HebrewCalendar572 private static final long DAY_PARTS = 24*HOUR_PARTS;578 static private final long MONTH_FRACT = 12*HOUR_PARTS + 793;584 static private final long BAHARAD = 11*HOUR_PARTS + 204;624 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()630 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
547 private static final long HOUR_PARTS = 1080; field in HebrewCalendar548 private static final long DAY_PARTS = 24*HOUR_PARTS;554 static private final long MONTH_FRACT = 12*HOUR_PARTS + 793;560 static private final long BAHARAD = 11*HOUR_PARTS + 204;600 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()606 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
355 static const int32_t HOUR_PARTS = 1080; variable356 static const int32_t DAY_PARTS = 24*HOUR_PARTS;362 static const int32_t MONTH_FRACT = 12*HOUR_PARTS + 793;368 static const int32_t BAHARAD = 11*HOUR_PARTS + 204;409 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()415 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()