Searched defs:isLeap (Results 1 – 11 of 11) sorted by relevance
404 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local545 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local693 int32_t year, UBool& isLeap) in computeJulianDayOfYear()
130 UBool isLeap = isLeapYear(year); in dayToFields() local
589 UBool isLeap = isLeapYear(year); in handleComputeFields() local
403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local543 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local717 int32_t year, UBool& isLeap) in computeJulianDayOfYear()
120 UBool isLeap = isLeapYear(year); in dayToFields() local
584 UBool isLeap = isLeapYear(year); in handleComputeFields() local
125 UBool isLeap = isLeapYear(year); in dayToFields() local
66 bool isLeap(int32_t y) { in isLeap() function