Searched refs:HOUR_PARTS (Results 1 – 3 of 3) sorted by relevance
569 private static final long HOUR_PARTS = 1080; field in HebrewCalendar570 private static final long DAY_PARTS = 24*HOUR_PARTS;576 static private final long MONTH_FRACT = 12*HOUR_PARTS + 793;582 static private final long BAHARAD = 11*HOUR_PARTS + 204;622 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()628 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
545 private static final long HOUR_PARTS = 1080; field in HebrewCalendar546 private static final long DAY_PARTS = 24*HOUR_PARTS;552 static private final long MONTH_FRACT = 12*HOUR_PARTS + 793;558 static private final long BAHARAD = 11*HOUR_PARTS + 204;598 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()604 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()
352 static const int32_t HOUR_PARTS = 1080; variable353 static const int32_t DAY_PARTS = 24*HOUR_PARTS;359 static const int32_t MONTH_FRACT = 12*HOUR_PARTS + 793;365 static const int32_t BAHARAD = 11*HOUR_PARTS + 204;406 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) { in startOfYear()412 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) { in startOfYear()