Searched refs:countAndIndex (Results 1 – 1 of 1) sorted by relevance
1191 auto countAndIndex = optionCount + lastYearIndex; in HandleLunarYearChange() local1192 countAndIndex = countAndIndex > 0 ? countAndIndex - 1 : 0; in HandleLunarYearChange()1193 lastYearIndex = optionCount != 0 ? countAndIndex % optionCount : 0; in HandleLunarYearChange()