Lines Matching full:base
251 * Gets the first time zone transition after the base time.
252 * @param base The base time.
253 * @param inclusive Whether the base time is inclusive or not.
254 * @param result Receives the first transition after the base time.
258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
261 * Gets the most recent time zone transition before the base time.
262 * @param base The base time.
263 * @param inclusive Whether the base time is inclusive or not.
264 * @param result Receives the most recent transition before the base time.
268 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
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;
332 * . Base* polymorphic_pointer = createPolymorphicObject();