• Home
  • Raw
  • Download

Lines Matching refs:elementAt

52         TimeZoneRule *r1 = (TimeZoneRule*)rules1->elementAt(i);  in compareRules()
53 TimeZoneRule *r2 = (TimeZoneRule*)rules2->elementAt(i); in compareRules()
221 r = (TimeZoneRule*)fHistoricRules->elementAt(i); in complete()
257 TimeZoneRule *fr = (TimeZoneRule*)fFinalRules->elementAt(i); in complete()
261 r = (TimeZoneRule*)fFinalRules->elementAt(i); in complete()
310 TimeZoneRule *rule0 = (TimeZoneRule*)fFinalRules->elementAt(0); in complete()
311 TimeZoneRule *rule1 = (TimeZoneRule*)fFinalRules->elementAt(1); in complete()
434 UDate tstart = getTransitionTime((Transition*)fHistoricTransitions->elementAt(0), in getOffsetInternal()
440 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
449 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
454 if (date >= getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
460 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
609 trsrules[cnt++] = (const TimeZoneRule*)fHistoricRules->elementAt(idx++); in getTimeZoneRules()
616 trsrules[cnt++] = (const TimeZoneRule*)fFinalRules->elementAt(idx++); in getTimeZoneRules()
658 LocalPointer<TimeZoneRule> rule(((TimeZoneRule*)source->elementAt(i))->clone(), ec); in copyRules()
674 AnnualTimeZoneRule* fr0 = (AnnualTimeZoneRule*)fFinalRules->elementAt(0); in findRuleInFinal()
675 AnnualTimeZoneRule* fr1 = (AnnualTimeZoneRule*)fFinalRules->elementAt(1); in findRuleInFinal()
724 Transition *tzt = (Transition*)fHistoricTransitions->elementAt(0); in findNext()
731 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findNext()
739 TimeZoneRule *r0 = (TimeZoneRule*)fFinalRules->elementAt(0); in findNext()
740 TimeZoneRule *r1 = (TimeZoneRule*)fFinalRules->elementAt(1); in findNext()
765 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findNext()
807 Transition *tzt = (Transition*)fHistoricTransitions->elementAt(0); in findPrev()
814 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findPrev()
822 TimeZoneRule *r0 = (TimeZoneRule*)fFinalRules->elementAt(0); in findPrev()
823 TimeZoneRule *r1 = (TimeZoneRule*)fFinalRules->elementAt(1); in findPrev()
848 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findPrev()