Searched refs:currentMonthDays (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 1570 int currentMonthDays = 7; in writeZonePropsByDOW_GEQ_DOM() local 1575 currentMonthDays -= prevMonthDays; in writeZonePropsByDOW_GEQ_DOM() 1590 currentMonthDays -= nextMonthDays; in writeZonePropsByDOW_GEQ_DOM() 1596 …writeZonePropsByDOW_GEQ_DOM_sub(writer, month, startDay, dayOfWeek, currentMonthDays, untilTime, f… in writeZonePropsByDOW_GEQ_DOM()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1601 int currentMonthDays = 7; in writeZonePropsByDOW_GEQ_DOM() local 1606 currentMonthDays -= prevMonthDays; in writeZonePropsByDOW_GEQ_DOM() 1621 currentMonthDays -= nextMonthDays; in writeZonePropsByDOW_GEQ_DOM() 1627 …writeZonePropsByDOW_GEQ_DOM_sub(writer, month, startDay, dayOfWeek, currentMonthDays, untilTime, f… in writeZonePropsByDOW_GEQ_DOM()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 2350 int32_t currentMonthDays = 7; in writeZonePropsByDOW_GEQ_DOM() local 2355 currentMonthDays -= prevMonthDays; in writeZonePropsByDOW_GEQ_DOM() 2374 currentMonthDays -= nextMonthDays; in writeZonePropsByDOW_GEQ_DOM() 2384 writeZonePropsByDOW_GEQ_DOM_sub(writer, month, startDay, dayOfWeek, currentMonthDays, in writeZonePropsByDOW_GEQ_DOM()
|