Home | History | Annotate | Download | only in i18n

Lines Matching full:time

48 // Gregorian, since we know they didn't have daylight time when
251 * Sets the daylight savings starting year, that is, the year this time zone began
252 * observing its specified daylight savings time rules. The time zone is considered
253 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
254 * support historical daylight-savings-time rules.
268 * Time starts at the first Sunday in April, at 2 AM in standard time.
301 * @param time the daylight savings starting time. Please see the member
307 int32_t time, TimeMode mode, UErrorCode& status)
312 startTime = time;
322 int32_t time, TimeMode mode, UErrorCode& status)
324 setStartRule(month, dayOfMonth, 0, time, mode, status);
331 int32_t time, TimeMode mode, UBool after, UErrorCode& status)
334 -dayOfWeek, time, mode, status);
341 * Savings Time ends at the last (-1) Sunday in October, at 2 AM in standard time.
353 * @param time the daylight savings ending time. Please see the member
359 int32_t time, TimeMode mode, UErrorCode& status)
364 endTime = time;
374 int32_t time, TimeMode mode, UErrorCode& status)
376 setEndRule(month, dayOfMonth, 0, time, mode, status);
383 int32_t time, TimeMode mode, UBool after, UErrorCode& status)
386 -dayOfWeek, time, mode, status);
464 // Bail out if we are before the onset of daylight savings time
715 * Queries if the given date is in Daylight Savings Time.
720 // deletes it each time it is called. However, this is a deprecated method
851 * time 0..ONEDAY same same same don't care
855 * The range for time includes ONEDAY (vs. ending at ONEDAY-1) because the
859 * entire day. Although this is equivalent to time 0 of the following day,
1080 // Create a TimeZoneRule for daylight saving time
1116 // Calculate the first DST start time
1119 // Create a TimeZoneRule for standard time
1154 // Calculate the first STD start time
1157 // Create a TimeZoneRule for initial time
1173 // Create a TimeZoneRule for initial time