Lines Matching refs:date
120 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
138 avail = getNextTransition(date, FALSE, tr);
145 // within roughly 1 year from the specified date
149 && (date + MILLIS_PER_YEAR > nextTransitionTime)) {
183 // Make sure this rule can be applied to the specified date
184 avail = ar2->getPreviousStart(date, tr.getFrom()->getRawOffset(), tr.getFrom()->getDSTSavings(), TRUE, d);
185 if (!avail || d > date
196 avail = getPreviousTransition(date, TRUE, tr);
212 // Check if this rule start after the first rule after the specified date
213 avail = ar2->getNextStart(date, tr.getFrom()->getRawOffset(), tr.getFrom()->getDSTSavings(), FALSE, d);
236 avail = getPreviousTransition(date, TRUE, tr);
243 getOffset(date, FALSE, initialRaw, initialDst, status);
511 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, int32_t /*nonExistingTimeOpt*/, int32_t /*duplicatedTimeOpt*/,