Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Dlunar_calendar.cpp178 isLeapMonth = false; in SolorDateToLunarDate()
180 if (leapMonth > 0 && (leapMonth + 1) == i && !isLeapMonth) { in SolorDateToLunarDate()
182 isLeapMonth = true; in SolorDateToLunarDate()
189 if (isLeapMonth && (leapMonth + 1) == i) { in SolorDateToLunarDate()
190 isLeapMonth = false; in SolorDateToLunarDate()
206 if (isLeapMonth) { in AdjustLeapMonth()
207 isLeapMonth = false; in AdjustLeapMonth()
209 isLeapMonth = true; in AdjustLeapMonth()
305 return isLeapMonth; in IsLeapMonth()
/base/global/i18n/frameworks/intl/include/
H A Dlunar_calendar.h73 bool isLeapMonth = false; member in OHOS::Global::I18n::LunarCalendar

Completed in 1 milliseconds