Searched defs:isLeap (Results 1 – 9 of 9) sorted by relevance
286 public static boolean isLeap(long year) { in isLeap() method in Year467 public boolean isLeap() { in isLeap() method in Year
403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local557 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local708 int32_t year, UBool& isLeap) in computeJulianDayOfYear()
141 UBool isLeap = isLeapYear(year); in dayToFields() local
639 UBool isLeap = isLeapYear(year); in handleComputeFields() local
404 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local545 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local719 int32_t year, UBool& isLeap) in computeJulianDayOfYear()
130 UBool isLeap = isLeapYear(year); in dayToFields() local
589 UBool isLeap = isLeapYear(year); in handleComputeFields() local
66 bool isLeap(int32_t y) { in isLeap() function