Searched refs:GetLunarMaxDay (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_date_component.cpp | 224 uint32_t nowMaxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarYearChange() 287 uint32_t maxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarMonthChange() 449 lunarDate.day = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleReduceLunarDayChange() 461 lunarDate.day = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleReduceLunarDayChange() 551 uint32_t PickerDateComponent::GetLunarMaxDay(uint32_t year, uint32_t month, bool isLeap) const in GetLunarMaxDay() function in OHOS::Ace::PickerDateComponent 652 uint32_t maxDay = GetLunarMaxDay(current.year, current.month, current.isLeapMonth); in LunarColumnsBuilding()
|
H A D | picker_date_component.h | 136 uint32_t GetLunarMaxDay(uint32_t year, uint32_t month, bool isLeap) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 850 lunarDate.day = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleReduceLunarDayChange() 862 lunarDate.day = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleReduceLunarDayChange() 1067 lunarDate.day = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleReduceLunarMonthDaysChange() 1173 uint32_t maxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarMonthChange() 1204 uint32_t nowMaxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarYearChange() 1471 uint32_t daysInMonth = GetLunarMaxDay(lunarYear, month, flag && lunarResult.isLeapMonth); in GetCurrentLunarDateByMonthDaysColumn() 1583 uint32_t maxDay = GetLunarMaxDay(current.year, current.month, current.isLeapMonth); in LunarColumnsBuilding() 1910 uint32_t maxDay = GetLunarMaxDay(current.year, index, false); in FillLunarMonthDaysOptions() 1924 maxDay = GetLunarMaxDay(current.year, index, true); in FillLunarMonthDaysOptions() 1997 uint32_t DatePickerPattern::GetLunarMaxDay(uint32_t year, uint32_t month, bool isLeap) const in GetLunarMaxDay() function in OHOS::Ace::NG::DatePickerPattern
|
H A D | datepicker_pattern.h | 338 uint32_t GetLunarMaxDay(uint32_t year, uint32_t month, bool isLeap) const;
|