Searched defs:hasLeapMonth (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_date_component.cpp | 171 bool hasLeapMonth = GetLunarLeapMonth(lunarYear, lunarLeapMonth); in GetCurrentLunarDate() local 220 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, nowLeapMonth); in HandleLunarYearChange() local 283 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, lunarLeapMonth); in HandleLunarMonthChange() local 395 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, lunarLeapMonth); in HandleAddLunarDayChange() local 436 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, lunarLeapMonth); in HandleReduceLunarDayChange() local 673 bool hasLeapMonth = GetLunarLeapMonth(current.year, lunarLeapMonth); in LunarColumnsBuilding() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 836 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, lunarLeapMonth); in HandleReduceLunarDayChange() local 888 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, lunarLeapMonth); in HandleAddLunarDayChange() local 1169 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, lunarLeapMonth); in HandleLunarMonthChange() local 1200 bool hasLeapMonth = GetLunarLeapMonth(lunarDate.year, nowLeapMonth); in HandleLunarYearChange() local 1236 bool hasLeapMonth = GetLunarLeapMonth(lunarYear, lunarLeapMonth); in GetCurrentLunarDate() local 1466 bool hasLeapMonth = GetLunarLeapMonth(lunarYear, lunarLeapMonth); in GetCurrentLunarDateByMonthDaysColumn() local 1606 bool hasLeapMonth = GetLunarLeapMonth(current.year, lunarLeapMonth); in LunarColumnsBuilding() local 1906 bool hasLeapMonth = GetLunarLeapMonth(current.year, lunarLeapMonth); in FillLunarMonthDaysOptions() local
|