Searched refs:nextMonth (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1617 int nextMonth = (month + 1) > 11 ? 0 : month + 1; in writeZonePropsByDOW_GEQ_DOM() 1619 …writeZonePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not… in writeZonePropsByDOW_GEQ_DOM()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 2384 int32_t nextMonth = (month + 1) > 11 ? 0 : month + 1; in writeZonePropsByDOW_GEQ_DOM() local 2386 writeZonePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, in writeZonePropsByDOW_GEQ_DOM()
|