Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dchnsecal.cpp305 int32_t saveIsLeapMonth = internalGet(UCAL_IS_LEAP_MONTH); in handleComputeMonthStart() local
308 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0; in handleComputeMonthStart()
326 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()