Home
last modified time | relevance | path

Searched refs:UCAL_IS_LEAP_MONTH (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dchnsecal.cpp285 { kResolveRemap | UCAL_DAY_OF_MONTH, UCAL_IS_LEAP_MONTH, kResolveSTOP },
341 int32_t saveIsLeapMonth = internalGet(UCAL_IS_LEAP_MONTH); in handleComputeMonthStart()
356 isLeapMonth != internalGet(UCAL_IS_LEAP_MONTH)) { in handleComputeMonthStart()
362 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
421 if (get(UCAL_IS_LEAP_MONTH, status) == 1) { in roll()
709 internalSet(UCAL_IS_LEAP_MONTH, isLeapMonth?1:0); in computeChineseFields()
Dsmpdtfmt.cpp1482 cal.get(UCAL_IS_LEAP_MONTH, status): 0; in subFormat()
2546 cal.set(UCAL_IS_LEAP_MONTH, isLeapMonth); in matchString()
2673 cal.set(UCAL_IS_LEAP_MONTH, 1); in subParse()
2677 cal.set(UCAL_IS_LEAP_MONTH, 0); in subParse()
Dcalendar.cpp2691 case UCAL_IS_LEAP_MONTH: in getLimit()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h424 UCAL_IS_LEAP_MONTH, enumerator
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp464 + (cal.get(UCAL_IS_LEAP_MONTH, status) == 1 ? "(leap)" : "") in ymdToString()
Ddtfmttst.cpp4089 rootChineseCalendar->set(UCAL_IS_LEAP_MONTH, datePtr->isLeapMonth); in TestMonthPatterns()
4102 rootChineseCalendar->set(UCAL_IS_LEAP_MONTH, 0); in TestMonthPatterns()
4108 … int32_t isLeapMonth = rootChineseCalendar->get(UCAL_IS_LEAP_MONTH, status); in TestMonthPatterns()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp108 FIELD_NAME_STR( LEN_UCAL, UCAL_IS_LEAP_MONTH ),