Lines Matching full:base
192 * class are quasi-immutable (the base class allows the ID to be
230 * Gets the first time zone transition after the base time.
231 * @param base The base time.
232 * @param inclusive Whether the base time is inclusive or not.
233 * @param result Receives the first transition after the base time.
236 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
240 * Gets the most recent time zone transition before the base time.
241 * @param base The base time.
242 * @param inclusive Whether the base time is inclusive or not.
243 * @param result Receives the most recent transition before the base time.
246 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;