Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.cpp573 auto endMonth = endDateSolar_.GetMonth(); in SolarColumnsBuilding() local
579 if (startYear == endYear && startMonth > endMonth) { in SolarColumnsBuilding()
582 if (startYear == endYear && startMonth == endMonth && startDay > endDay) { in SolarColumnsBuilding()
588 endMonth = 12; in SolarColumnsBuilding()
592 if (startYear == endYear && startMonth < endMonth) { in SolarColumnsBuilding()
607 for (uint32_t month = startMonth; month <= endMonth; month++) { in SolarColumnsBuilding()
640 auto endMonth = endDateLunar_.month; in LunarColumnsBuilding() local
646 if (startYear == endYear && startMonth > endMonth) { in LunarColumnsBuilding()
655 endMonth = 12; 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.cpp1580 auto endMonth = endDateLunar_.month; in LunarColumnsBuilding() local
1586 endMonth = 12; in LunarColumnsBuilding()
1590 if (startYear == endYear && startMonth < endMonth) { in LunarColumnsBuilding()
1612 for (uint32_t index = startMonth; index <= endMonth; ++index) { in LunarColumnsBuilding()
1631 if (startYear == endYear && startMonth == endMonth) { in LunarColumnsBuilding()
1700 auto endMonth = endDateSolar_.GetMonth(); in SolarColumnsBuilding() local
1707 endMonth = 12; in SolarColumnsBuilding()
1711 if (startYear == endYear && startMonth < endMonth) { in SolarColumnsBuilding()
1731 for (uint32_t month = startMonth; month <= endMonth; month++) { in SolarColumnsBuilding()
1743 if (startYear == endYear && startMonth == endMonth) { in SolarColumnsBuilding()
[all …]