Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1589 int nextMonthDays = dayOfMonth + 6 - MONTHLENGTH[month]; in writeZonePropsByDOW_GEQ_DOM()
1590 currentMonthDays -= nextMonthDays; 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.java1620 int nextMonthDays = dayOfMonth + 6 - MONTHLENGTH[month]; in writeZonePropsByDOW_GEQ_DOM()
1621 currentMonthDays -= nextMonthDays; 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.cpp2373 int32_t nextMonthDays = dayOfMonth + 6 - MONTHLENGTH[month]; in writeZonePropsByDOW_GEQ_DOM() local
2374 currentMonthDays -= nextMonthDays; in writeZonePropsByDOW_GEQ_DOM()
2378 writeZonePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, in writeZonePropsByDOW_GEQ_DOM()