Home | History | Annotate | Download | only in unicode

Lines Matching full:base

127      * @param base              The first start time after this base time will be returned.
132 * @param inclusive Whether the base time is inclusive or not.
134 * the specified base time.
139 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
144 * @param base The most recent time before this base time will be returned.
149 * @param inclusive Whether the base time is inclusive or not.
151 * the specified base time.
156 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
309 * @param base The first start time after this base time will be returned.
314 * @param inclusive Whether the base time is inclusive or not.
316 * the specified base time.
321 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
326 * @param base The most recent time before this base time will be returned.
331 * @param inclusive Whether the base time is inclusive or not.
333 * the specified base time.
338 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
346 * . Base* polymorphic_pointer = createPolymorphicObject();
544 * @param base The first start time after this base time will be returned.
549 * @param inclusive Whether the base time is inclusive or not.
551 * the specified base time.
556 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
561 * @param base The most recent time before this base time will be returned.
566 * @param inclusive Whether the base time is inclusive or not.
568 * the specified base time.
573 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
587 * . Base* polymorphic_pointer = createPolymorphicObject();
612 * defined by an array of milliseconds since the standard base time.
627 * @param startTimes The array start times in milliseconds since the base time
750 * @param base The first start time after this base time will be returned.
755 * @param inclusive Whether the base time is inclusive or not.
757 * the specified base time.
762 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
767 * @param base The most recent time before this base time will be returned.
772 * @param inclusive Whether the base time is inclusive or not.
774 * the specified base time.
779 virtual UBool getPreviousStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings,
798 * . Base* polymorphic_pointer = createPolymorphicObject();