Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dgregoimp.cpp125 UBool isLeap = isLeapYear(year); in dayToFields() local
H A Dhebrwcal.cpp584 UBool isLeap = isLeapYear(year); in handleComputeFields() local
H A Dgregocal.cpp403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local
543 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local
716 computeJulianDayOfYear(UBool isGregorian, int32_t year, UBool& isLeap) computeJulianDayOfYear() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dgregoimp.cpp130 UBool isLeap = isLeapYear(year); in dayToFields() local
H A Dhebrwcal.cpp589 UBool isLeap = isLeapYear(year); in handleComputeFields() local
H A Dgregocal.cpp404 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local
545 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local
692 computeJulianDayOfYear(UBool isGregorian, int32_t year, UBool& isLeap) computeJulianDayOfYear() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregoimp.cpp120 UBool isLeap = isLeapYear(year); in dayToFields() local
H A Dhebrwcal.cpp584 UBool isLeap = isLeapYear(year); in handleComputeFields() local
H A Dgregocal.cpp403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0) in handleComputeFields() local
543 UBool isLeap = eyear%4 == 0; in handleComputeMonthStart() local
716 computeJulianDayOfYear(UBool isGregorian, int32_t year, UBool& isLeap) computeJulianDayOfYear() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp268 bool isLeap = (index > 12); in Init() local
306 const std::string& PickerStringFormatter::GetLunarMonth(uint32_t month, bool isLeap) in GetLunarMonth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h330 static std::string GetMonthFormatString(uint32_t month, bool isLunar, bool isLeap) in GetMonthFormatString() argument
H A Ddatepicker_pattern.cpp2210 const std::string& DatePickerPattern::GetLunarMonth(uint32_t month, bool isLeap) in GetLunarMonth() argument
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp66 bool isLeap(int32_t y) { in isLeap() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp66 bool isLeap(int32_t y) { in isLeap() function
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 23 milliseconds