Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.cpp572 auto startMonth = startDateSolar_.GetMonth(); in SolarColumnsBuilding() local
579 if (startYear == endYear && startMonth > endMonth) { in SolarColumnsBuilding()
582 if (startYear == endYear && startMonth == endMonth && startDay > endDay) { in SolarColumnsBuilding()
587 startMonth = 1; in SolarColumnsBuilding()
592 if (startYear == endYear && startMonth < endMonth) { in SolarColumnsBuilding()
607 for (uint32_t month = startMonth; month <= endMonth; month++) { in SolarColumnsBuilding()
639 auto startMonth = startDateLunar_.month; in LunarColumnsBuilding() local
646 if (startYear == endYear && startMonth > endMonth) { in LunarColumnsBuilding()
654 startMonth = 1; in LunarColumnsBuilding()
659 if (startYear == endYear && startMonth < endMonth) { in LunarColumnsBuilding()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp1579 auto startMonth = startDateLunar_.month; in LunarColumnsBuilding() local
1585 startMonth = 1; in LunarColumnsBuilding()
1590 if (startYear == endYear && startMonth < endMonth) { in LunarColumnsBuilding()
1609 options_[monthColumn].resize(startMonth > 0 ? startMonth - 1 : 0, emptyPickerDate_); in LunarColumnsBuilding()
1631 if (startYear == endYear && startMonth == endMonth) { in LunarColumnsBuilding()
1699 auto startMonth = startDateSolar_.GetMonth(); in SolarColumnsBuilding() local
1706 startMonth = 1; in SolarColumnsBuilding()
1711 if (startYear == endYear && startMonth < endMonth) { in SolarColumnsBuilding()
1728 options_[monthColumn].resize(startMonth > 0 ? startMonth - 1 : 0, emptyPickerDate_); in SolarColumnsBuilding()
1743 if (startYear == endYear && startMonth == endMonth) { in SolarColumnsBuilding()
[all …]