Home
last modified time | relevance | path

Searched refs:leapMonth (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlunar_calendar.cpp162 int32_t leapMonth = 0xf; in SolorDateToLunarDate() local
176 leapMonth = lunarDateInfo[lunarYear - START_YEAR] & 0xf; in SolorDateToLunarDate()
177 leapMonth = (leapMonth == 0xf) ? 0 : leapMonth; in SolorDateToLunarDate()
180 if (leapMonth > 0 && (leapMonth + 1) == i && !isLeapMonth) { in SolorDateToLunarDate()
189 if (isLeapMonth && (leapMonth + 1) == i) { in SolorDateToLunarDate()
194 AdjustLeapMonth(i, tempDaysCounts, leapMonth); in SolorDateToLunarDate()
203 void LunarCalendar::AdjustLeapMonth(int32_t& i, int32_t tempDaysCounts, int32_t leapMonth) in AdjustLeapMonth() argument
[all...]
/base/global/i18n/frameworks/intl/include/
H A Dlunar_calendar.h44 void AdjustLeapMonth(int32_t& i, int32_t tempDaysCounts, int32_t leapMonth);

Completed in 1 milliseconds