Lines Matching full:base
118 * @param rawOffsetGMT The given base time zone offset to GMT.
613 * the base class method, which otherwise would be hidden.
705 * Gets the first time zone transition after the base time.
706 * @param base The base time.
707 * @param inclusive Whether the base time is inclusive or not.
708 * @param result Receives the first transition after the base time.
712 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
715 * Gets the most recent time zone transition before the base time.
716 * @param base The base time.
717 * @param inclusive Whether the base time is inclusive or not.
718 * @param result Receives the most recent transition before the base time.
722 virtual UBool getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/;
772 * . Base* polymorphic_pointer = createPolymorphicObject();