Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

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)) {
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);
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);
548 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, int32_t /*nonExistingTimeOpt*/, int32_t /*duplicatedTimeOpt*/,