Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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
/third_party/node/deps/icu-small/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.cpp584 UBool isLeap = isLeapYear(year); in handleComputeFields() local
/third_party/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.cpp584 UBool isLeap = isLeapYear(year); in handleComputeFields() local
/third_party/skia/third_party/externals/icu/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.cpp584 UBool isLeap = isLeapYear(year); in handleComputeFields() local
/third_party/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp66 bool isLeap(int32_t y) { in isLeap() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp66 bool isLeap(int32_t y) { in isLeap() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dtz2icu.cpp66 bool isLeap(int32_t y) { in isLeap() function