Home | History | Annotate | Download | only in unicode

Lines Matching refs:UDate

134      * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
155 * <p>Note: Don't call this method. Instead, call the getOffset(UDate...) overload,
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
232 * @param date the given UDate.
238 virtual UBool inDaylightTime(UDate date, UErrorCode& status) const;
258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
268 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
303 virtual void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
313 UBool findPrev(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
316 UDate getTransitionTime(Transition* transition, UBool local,
318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,