Lines Matching full:time
23 * A struct representing a time zone transition
26 UDate time;
167 // Build the transition array which represents historical time zone
198 // No more transitions from this rule - skip this rule next time
262 trst->time = nextTransitionTime;
303 final0->time = tt0;
306 rule1->getNextStart(tt0, rule0->getRawOffset(), rule0->getDSTSavings(), false, final1->time);
310 final0->time = tt1;
313 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
375 getOffsetInternal(time, TRUE, kDaylight, kStandard, rawOffset, dstOffset, status);
463 // as of current time.
474 time is used as of now or
484 UDate time;
486 UBool avail = findNext(now, FALSE, time, from, to);
722 UDate tt = tzt->time;
729 tt = tzt->time;
735 // Find a transion time with finalRules
746 result.time = start0;
750 result.time = start1;
763 tt = tzt->time;
770 result.time = prev->time;
784 return findNext(result.time, FALSE /* always exclusive */,
788 transitionTime = result.time;
805 UDate tt = tzt->time;
812 tt = tzt->time;
818 // Find a transion time with finalRules
829 result.time = start0;
833 result.time = start1;
846 tt = tzt->time;
861 return findPrev(result.time, FALSE /* always exclusive */,
864 transitionTime = result.time;
875 UDate time = transition->time;
877 time += getLocalDelta(transition->from->getRawOffset(), transition->from->getDSTSavings(),
881 return time;
896 // Positive transition, which makes a non-existing local time range
906 // Interprets the time with rule before the transition,
907 // default for non-existing time range
911 // Negative transition, which makes a duplicated local time range
921 // Interprets the time with rule after the transition,
922 // default for duplicated local time range