Searched defs:saveIsLeapMonth (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dchnsecal.cpp343 int32_t saveIsLeapMonth = internalGet(UCAL_IS_LEAP_MONTH); local
346 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0;
364 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);

Completed in 114 milliseconds