Lines Matching full:local
67 * transition at a local wall time, that is, according to the
69 * rules transition at local standard time, and some at a specific
234 * @param savingsStartTimeMode Whether the start time is local wall time, local
235 * standard time, or UTC time. Default is local wall time.
244 * @param savingsEndTimeMode Whether the end time is local wall time, local
245 * standard time, or UTC time. Default is local wall time.
352 * @param mode whether the time is local wall time, local standard time,
353 * or UTC time. Default is local wall time.
366 * when DST takes effect in local wall time, which is
379 * when DST takes effect in local wall time, which is
381 * @param mode whether the time is local wall time, local standard time,
382 * or UTC time. Default is local wall time.
397 * when DST takes effect in local wall time, which is
415 * when DST takes effect in local wall time, which is
417 * @param mode whether the time is local wall time, local standard time,
418 * or UTC time. Default is local wall time.
472 * @param mode whether the time is local wall time, local standard time,
473 * or UTC time. Default is local wall time.
486 * when DST ends in local wall time, which is daylight
499 * when DST ends in local wall time, which is daylight
501 * @param mode whether the time is local wall time, local standard time,
502 * or UTC time. Default is local wall time.
517 * when DST ends in local wall time, which is daylight
536 * when DST ends in local wall time, which is daylight
538 * @param mode whether the time is local wall time, local standard time,
539 * or UTC time. Default is local wall time.
551 * to GMT to get local time in this time zone, taking daylight savings time into
557 * and time fields are in GMT, NOT local time.
564 * @param millis The reference date's milliseconds in day, UTT (NOT local time).
566 * @return The offset in milliseconds to add to GMT to get local time.
574 * daylight savings. This is the offset to add *to* UTC to get local time.
581 * @param milliseconds the millis in day in <em>standard</em> local time.
584 * @return the offset to add *to* GMT to get local time.
592 * daylight savings. This is the offset to add *to* UTC to get local time.
599 * @param milliseconds the millis in day in <em>standard</em> local time.
603 * @return the offset to add *to* GMT to get local time.
616 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
620 * Get time zone offsets from local
628 * to GMT to get local time, before taking daylight savings time into account).
637 * to GMT to get local time, before taking daylight savings time into account).
802 * @param startTimeMode Whether the start time is local wall time, local
803 * standard time, or UTC time. Default is local wall time.
808 * @param endTimeMode Whether the end time is local wall time, local
809 * standard time, or UTC time. Default is local wall time.
918 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef,
920 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec);