Home | History | Annotate | Download | only in unicode

Lines Matching full:base

303      * Gets the first time zone transition after the base time.
304 * @param base The base time.
305 * @param inclusive Whether the base time is inclusive or not.
306 * @param result Receives the first transition after the base time.
310 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
313 * Gets the most recent time zone transition before the base time.
314 * @param base The base time.
315 * @param inclusive Whether the base time is inclusive or not.
316 * @param result Receives the most recent transition before the base time.
320 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
415 * . Base* polymorphic_pointer = createPolymorphicObject();