Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Dlunar_calendar.cpp161 int32_t daysInPerLunarMonth = 0; in SolorDateToLunarDate() local
183 daysInPerLunarMonth = ((lunarDateInfo[lunarYear - START_YEAR + 1] & 0xf) == 0xf) ? DAYS_IN_BIG_MONTH : in SolorDateToLunarDate()
186 daysInPerLunarMonth = ((lunarDateInfo[lunarYear - START_YEAR] & in SolorDateToLunarDate()
192 tempDaysCounts -= daysInPerLunarMonth; in SolorDateToLunarDate()
196 tempDaysCounts += daysInPerLunarMonth; in SolorDateToLunarDate()

Completed in 1 milliseconds