Searched refs:UCAL_IS_LEAP_MONTH (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | chnsecal.cpp | 285 { 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()
|
D | smpdtfmt.cpp | 1482 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()
|
D | calendar.cpp | 2691 case UCAL_IS_LEAP_MONTH: in getLimit()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 424 UCAL_IS_LEAP_MONTH, enumerator
|
/external/icu/icu4c/source/test/intltest/ |
D | callimts.cpp | 464 + (cal.get(UCAL_IS_LEAP_MONTH, status) == 1 ? "(leap)" : "") in ymdToString()
|
D | dtfmttst.cpp | 4089 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/ |
D | udbgutil.cpp | 108 FIELD_NAME_STR( LEN_UCAL, UCAL_IS_LEAP_MONTH ),
|