Searched refs:lastYearIndex (Results 1 – 2 of 2) sorted by relevance
210 uint32_t lastYearIndex = index; in HandleLunarYearChange() local213 …lastYearIndex = optionCount != 0 ? (yearColumn->GetOptionCount() + lastYearIndex - 1) % optionCoun… in HandleLunarYearChange()215 …lastYearIndex = optionCount != 0 ? (yearColumn->GetOptionCount() + lastYearIndex + 1) % optionCoun… in HandleLunarYearChange()217 uint32_t lastLunarYear = startDateLunar_.year + lastYearIndex; in HandleLunarYearChange()
1188 uint32_t lastYearIndex = index; in HandleLunarYearChange() local1191 auto countAndIndex = optionCount + lastYearIndex; in HandleLunarYearChange()1193 lastYearIndex = optionCount != 0 ? countAndIndex % optionCount : 0; in HandleLunarYearChange()1195 …lastYearIndex = optionCount != 0 ? (GetOptionCount(yearColumn) + lastYearIndex + 1) % optionCount … in HandleLunarYearChange()1197 uint32_t lastLunarYear = startDateLunar_.year + lastYearIndex; in HandleLunarYearChange()