• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/i18n/

Lines Matching +defs:time +defs:date

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();
130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
148 avail = getNextTransition(date, FALSE, tr);
155 // within roughly 1 year from the specified date
159 && (date + MILLIS_PER_YEAR > nextTransitionTime)) {
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
201 // Make sure this rule can be applied to the specified date
202 avail = ar2->getPreviousStart(date, tr.getFrom()->getRawOffset(), tr.getFrom()->getDSTSavings(), TRUE, d);
203 if (!avail || d > date
215 avail = getPreviousTransition(date, TRUE, tr);
218 // The actual transition time does not matter here.
230 // at the given time
234 // Check if this rule start after the first rule after the specified date
235 avail = ar2->getNextStart(date, tr.getFrom()->getRawOffset(), tr.getFrom()->getDSTSavings(), FALSE, d);
258 avail = getPreviousTransition(date, TRUE, tr);
265 getOffset(date, FALSE, initialRaw, initialDst, status);
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
548 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, int32_t /*nonExistingTimeOpt*/, int32_t /*duplicatedTimeOpt*/,