Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarFrame.java99 private Button nextMonth; field in CalendarFrame
165 nextMonth = new Button(">"); in init()
166 nextMonth.addActionListener(new AddAction(Calendar.MONTH, 1)); in init()
175 add(topPanel, nextMonth, g, c, 1, 0); in init()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java167 private Button nextMonth; field in HolidayCalendarDemo.CalendarFrame
250 nextMonth = new Button(">"); in buildGUI()
251 nextMonth.addActionListener(this); in buildGUI()
274 add(monthPanel, nextMonth, g, c); in buildGUI()
353 if (obj == nextMonth) { in actionPerformed()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1592 int nextMonth = (month + 1) > 11 ? 0 : month + 1; in writeZonePropsByDOW_GEQ_DOM()
1594 …writeZonePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not… in writeZonePropsByDOW_GEQ_DOM()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1623 int nextMonth = (month + 1) > 11 ? 0 : month + 1; in writeZonePropsByDOW_GEQ_DOM()
1625 …writeZonePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not… in writeZonePropsByDOW_GEQ_DOM()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp2376 int32_t nextMonth = (month + 1) > 11 ? 0 : month + 1; in writeZonePropsByDOW_GEQ_DOM() local
2378 writeZonePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, in writeZonePropsByDOW_GEQ_DOM()