Searched defs:leapMonth (Results 1 – 4 of 4) sorted by relevance
162 int32_t leapMonth = 0xf; in SolorDateToLunarDate() local203 void LunarCalendar::AdjustLeapMonth(int32_t& i, int32_t tempDaysCounts, int32_t leapMonth) in AdjustLeapMonth()
175 … uint32_t leapMonth = LUNAR_INFO[lunarYear - YEAR_START] & 0xf; // use 0xf to get leap month info in GetLunarLeapMonth() local
523 uint32_t leapMonth = LunarCalculator::GetLunarLeapMonth(date.year); in LunarToSolar() local542 auto leapMonth = LunarCalculator::GetLunarLeapMonth(year); in GetLunarLeapMonth() local
1988 auto leapMonth = LunarCalculator::GetLunarLeapMonth(year); in GetLunarLeapMonth() local2021 uint32_t leapMonth = LunarCalculator::GetLunarLeapMonth(date.year); in LunarToSolar() local