Lines Matching defs:time
45 // Check the offsets at the start time
67 UDate time = start;
70 UBool avail1 = getNextTransition(time, FALSE, tr1);
71 UBool avail2 = tz.getNextTransition(time, FALSE, tr2);
124 time = tr1.getTime();
164 // Get local wall time for the next transition time
173 // So we always use raw offset of the given time for the rule,
191 // Get local wall time for the next transition time
218 // The actual transition time does not matter here.
230 // at the given time
305 UDate time, t;
339 // No need to filter out rules only applicable to time before the start
363 avail = r->getNextStart(start, res_initial->getRawOffset(), res_initial->getDSTSavings(), FALSE, time);
367 time = start;
369 avail = getNextTransition(time, FALSE, tzt);
374 if (updatedTime == time) {
375 // Can get here if rules for start & end of daylight time have exactly
376 // the same time.
381 time = updatedTime;
401 // Get the previous raw offset and DST savings before the very first start time
424 // Colllect transitions after the start time