Home
last modified time | relevance | path

Searched defs:isLeap (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dgregocal.cpp403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local
543 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local
717 int32_t year, UBool& isLeap) in computeJulianDayOfYear()
Dgregoimp.cpp120 UBool isLeap = isLeapYear(year); in dayToFields() local
Dhebrwcal.cpp583 UBool isLeap = isLeapYear(year); in handleComputeFields() local
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp66 bool isLeap(int32_t y) { in isLeap() function