Searched refs:nowMaxDay (Results 1 – 2 of 2) sorted by relevance
224 uint32_t nowMaxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarYearChange() local225 if (lunarDate.day > nowMaxDay) { in HandleLunarYearChange()226 lunarDate.day = nowMaxDay; in HandleLunarYearChange()
1204 uint32_t nowMaxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarYearChange() local1205 if (lunarDate.day > nowMaxDay) { in HandleLunarYearChange()1206 lunarDate.day = nowMaxDay; in HandleLunarYearChange()