Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlunar_calendar.cpp162 int32_t leapMonth = 0xf; in SolorDateToLunarDate() local
203 void LunarCalendar::AdjustLeapMonth(int32_t& i, int32_t tempDaysCounts, int32_t leapMonth) in AdjustLeapMonth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.h175 … uint32_t leapMonth = LUNAR_INFO[lunarYear - YEAR_START] & 0xf; // use 0xf to get leap month info in GetLunarLeapMonth() local
H A Dpicker_date_component.cpp523 uint32_t leapMonth = LunarCalculator::GetLunarLeapMonth(date.year); in LunarToSolar() local
542 auto leapMonth = LunarCalculator::GetLunarLeapMonth(year); in GetLunarLeapMonth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp1988 auto leapMonth = LunarCalculator::GetLunarLeapMonth(year); in GetLunarLeapMonth() local
2021 uint32_t leapMonth = LunarCalculator::GetLunarLeapMonth(date.year); in LunarToSolar() local