Lines Matching defs:local

71      * transition at a local wall time, that is, according to the
73 * rules transition at local standard time, and some at a specific
238 * @param savingsStartTimeMode Whether the start time is local wall time, local
239 * standard time, or UTC time. Default is local wall time.
248 * @param savingsEndTimeMode Whether the end time is local wall time, local
249 * standard time, or UTC time. Default is local wall time.
356 * @param mode whether the time is local wall time, local standard time,
357 * or UTC time. Default is local wall time.
370 * when DST takes effect in local wall time, which is
383 * when DST takes effect in local wall time, which is
385 * @param mode whether the time is local wall time, local standard time,
386 * or UTC time. Default is local wall time.
401 * when DST takes effect in local wall time, which is
419 * when DST takes effect in local wall time, which is
421 * @param mode whether the time is local wall time, local standard time,
422 * or UTC time. Default is local wall time.
476 * @param mode whether the time is local wall time, local standard time,
477 * or UTC time. Default is local wall time.
490 * when DST ends in local wall time, which is daylight
503 * when DST ends in local wall time, which is daylight
505 * @param mode whether the time is local wall time, local standard time,
506 * or UTC time. Default is local wall time.
521 * when DST ends in local wall time, which is daylight
540 * when DST ends in local wall time, which is daylight
542 * @param mode whether the time is local wall time, local standard time,
543 * or UTC time. Default is local wall time.
555 * to GMT to get local time in this time zone, taking daylight savings time into
561 * and time fields are in GMT, NOT local time.
568 * @param millis The reference date's milliseconds in day, UTT (NOT local time).
570 * @return The offset in milliseconds to add to GMT to get local time.
578 * daylight savings. This is the offset to add *to* UTC to get local time.
585 * @param milliseconds the millis in day in <em>standard</em> local time.
588 * @return the offset to add *to* GMT to get local time.
596 * daylight savings. This is the offset to add *to* UTC to get local time.
603 * @param milliseconds the millis in day in <em>standard</em> local time.
607 * @return the offset to add *to* GMT to get local time.
620 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
624 * Get time zone offsets from local wall time.
634 * to GMT to get local time, before taking daylight savings time into account).
643 * to GMT to get local time, before taking daylight savings time into account).
812 * @param startTimeMode Whether the start time is local wall time, local
813 * standard time, or UTC time. Default is local wall time.
818 * @param endTimeMode Whether the end time is local wall time, local
819 * standard time, or UTC time. Default is local wall time.
929 SimpleTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffsetRef,
931 TimeZone::getOffset(date, local, rawOffsetRef, dstOffsetRef, ec);