Searched defs:startDay (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h136 * values for startDay and startDayOfWeek and endDay and endDayOfWeek. For a
177 * values for startDay and startDayOfWeek and endDay and endDayOfWeek. For a
221 * values for startDay and startDayOfWeek and endDay and endDayOfWeek. For a
801 * @param startDay the day DST starts
817 int8_t startMonth, int8_t startDay, int8_t startDayOfWeek,
839 * Given a set of encoded rules in startDay and startDayOfMonth, decode
850 * This method also recognizes a startDay or endDay of zero as indicating
857 int8_t startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts member in class:SimpleTimeZone
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSimpleTimeZone.java81 * is, if the startDay is 1, and the startDayOfWeek is SUNDAY, then this
82 * indicates the first Sunday in the startMonth. A startDay of -1 likewise
91 * negative. For example, if startDay is 5 and startDayOfWeek is -MONDAY,
97 * week and the day of the month negative. For example, if startDay is -21
101 * The above examples refer to the startMonth, startDay, and startDayOfWeek;
109 * @param startDay The daylight savings starting
130 int startMonth, int startDay, int startDayOfWeek, int startTime,
134 startMonth, startDay, startDayOfWeek,
152 * @param startDay The daylight savings starting
176 int startMonth, int startDay,
129 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime) argument
175 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDay, int endDayOfWeek, int endTime, int endTimeMode,int dstSavings) argument
220 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime, int dstSavings) argument
924 private int startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts field in class:SimpleTimeZone
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java84 * is, if the startDay is 1, and the startDayOfWeek is SUNDAY, then this
85 * indicates the first Sunday in the startMonth. A startDay of -1 likewise
94 * negative. For example, if startDay is 5 and startDayOfWeek is -MONDAY,
100 * week and the day of the month negative. For example, if startDay is -21
104 * The above examples refer to the startMonth, startDay, and startDayOfWeek;
112 * @param startDay The daylight savings starting
134 int startMonth, int startDay, int startDayOfWeek, int startTime,
138 startMonth, startDay, startDayOfWeek,
156 * @param startDay The daylight savings starting
181 int startMonth, int startDay,
133 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime) argument
180 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDay, int endDayOfWeek, int endTime, int endTimeMode,int dstSavings) argument
226 SimpleTimeZone(int rawOffset, String ID, int startMonth, int startDay, int startDayOfWeek, int startTime, int endMonth, int endDay, int endDayOfWeek, int endTime, int dstSavings) argument
945 private int startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts field in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp2349 int32_t startDay = dayOfMonth; local
2369 startDay = 1;
2384 writeZonePropsByDOW_GEQ_DOM_sub(writer, month, startDay, dayOfWeek, currentMonthDays,
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp2406 int32_t startDay; // 1-based member in struct:__anon8328
2455 cal->set( testItemPtr->startYear + testLocalePtr->yearOffset, testItemPtr->startMonth, testItemPtr->startDay, 9, 0 );
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 254 milliseconds