Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dlunar_calendar.h53 static const int32_t VALID_END_MONTH = 12; member in OHOS::Global::I18n::LunarCalendar
/base/global/i18n/frameworks/intl/src/
H A Dlunar_calendar.cpp179 for (i = 1; i <= VALID_END_MONTH && tempDaysCounts > 0; i++) { in SolorDateToLunarDate()
240 if ((month < VALID_START_MONTH) || (month > VALID_END_MONTH)) { in VerifyDate()

Completed in 1 milliseconds