Searched refs:startMonth (Results 1 – 2 of 2) sorted by relevance
572 auto startMonth = startDateSolar_.GetMonth(); in SolarColumnsBuilding() local579 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() local646 if (startYear == endYear && startMonth > endMonth) { in LunarColumnsBuilding()654 startMonth = 1; in LunarColumnsBuilding()659 if (startYear == endYear && startMonth < endMonth) { in LunarColumnsBuilding()[all …]
1579 auto startMonth = startDateLunar_.month; in LunarColumnsBuilding() local1585 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() local1706 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 …]