Home
last modified time | relevance | path

Searched refs:lunarLeapMonth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.cpp170 uint32_t lunarLeapMonth = 0; in GetCurrentLunarDate() local
171 bool hasLeapMonth = GetLunarLeapMonth(lunarYear, lunarLeapMonth); in GetCurrentLunarDate()
176 if (monthColumn->GetCurrentIndex() == lunarLeapMonth) { in GetCurrentLunarDate()
178 lunarResult.month = lunarLeapMonth; in GetCurrentLunarDate()
282 uint32_t lunarLeapMonth = 0; in HandleLunarMonthChange() local
394 uint32_t lunarLeapMonth = 0; in HandleAddLunarDayChange() local
411 } else if (lunarLeapMonth == lunarDate.month) { in HandleAddLunarDayChange()
435 uint32_t lunarLeapMonth = 0; in HandleReduceLunarDayChange() local
457 lunarDate.month = lunarLeapMonth; in HandleReduceLunarDayChange()
672 uint32_t lunarLeapMonth = 0; in LunarColumnsBuilding() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp835 uint32_t lunarLeapMonth = 0; in HandleReduceLunarDayChange() local
858 lunarDate.month = lunarLeapMonth; in HandleReduceLunarDayChange()
887 uint32_t lunarLeapMonth = 0; in HandleAddLunarDayChange() local
1168 uint32_t lunarLeapMonth = 0; in HandleLunarMonthChange() local
1235 uint32_t lunarLeapMonth = 0; in GetCurrentLunarDate() local
1244 lunarResult.month = lunarLeapMonth; in GetCurrentLunarDate()
1465 uint32_t lunarLeapMonth = 0; in GetCurrentLunarDateByMonthDaysColumn() local
1605 uint32_t lunarLeapMonth = 0; in LunarColumnsBuilding() local
1620 if (hasLeapMonth && lunarLeapMonth == index) { in LunarColumnsBuilding()
1905 uint32_t lunarLeapMonth = 0; in FillLunarMonthDaysOptions() local
[all …]