Home | History | Annotate | Download | only in i18n

Lines Matching refs:wall

1478     // Compute local wall millis
1536 // wall milliseconds in day.
2087 // we don't want the wall time to shift due to changes in DST. If the
2197 // In order to keep the wall time invariant (for fields where this is
2214 // time and the result time. As the result, wall time has
2230 // The result wall time or adjusted wall time was shifted because
2231 // the target wall time does not exist on the result date.
2988 // ambiguities here. We'll assume a 2:00 am (wall time) switchover time
2997 // - WALLTIME_NEXT_VALID: 3:00 am (DST) (next valid time after 2:30 am on a wall clock)
3006 // In addition to above, when calendar is strict (not default), wall time falls into
3019 // When strict, invalidate a wall time falls into a skipped wall time range.
3020 // When lenient and skipped wall time option is WALLTIME_NEXT_VALID,
3021 // the result time will be adjusted to the next valid time (on wall clock).
3029 // zoneOffset != (raw + dst) only when the given wall time fall into
3030 // a skipped wall time range caused by positive zone offset transition.
3036 // Adjust time to the next valid wall clock time.
3086 * reflects local zone wall time.
3136 UDate wall = millis + millisInDay;
3141 btz->getOffsetFromLocal(wall, nonExistingTimeOpt, duplicatedTimeOpt, rawOffset, dstOffset, ec);
3145 tz.getOffset(wall, TRUE, rawOffset, dstOffset, ec);
3149 // Check if the given wall time falls into repeated time range
3150 UDate tgmt = wall - (rawOffset + dstOffset);
3162 // Negative shift within last 6 hours. When UCAL_WALLTIME_FIRST is used and the given wall time falls
3165 tz.getOffset(wall + offsetDelta, TRUE, rawOffset, dstOffset, ec);
3169 // When skipped wall time option is WALLTIME_FIRST,
3170 // recalculate offsets from the resolved time (non-wall).
3171 // When the given wall time falls into skipped wall time,
3174 UDate tgmt = wall - (rawOffset + dstOffset);