• Home
  • Raw
  • Download

Lines Matching refs:elementAt

45         TimeZoneRule *r1 = (TimeZoneRule*)rules1->elementAt(i);  in compareRules()
46 TimeZoneRule *r2 = (TimeZoneRule*)rules2->elementAt(i); in compareRules()
213 r = (TimeZoneRule*)fHistoricRules->elementAt(i); in complete()
249 TimeZoneRule *fr = (TimeZoneRule*)fFinalRules->elementAt(i); in complete()
253 r = (TimeZoneRule*)fFinalRules->elementAt(i); in complete()
299 TimeZoneRule *rule0 = (TimeZoneRule*)fFinalRules->elementAt(0); in complete()
300 TimeZoneRule *rule1 = (TimeZoneRule*)fFinalRules->elementAt(1); in complete()
438 UDate tstart = getTransitionTime((Transition*)fHistoricTransitions->elementAt(0), in getOffsetInternal()
444 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
453 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
458 if (date >= getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
464 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
613 trsrules[cnt++] = (const TimeZoneRule*)fHistoricRules->elementAt(idx++); in getTimeZoneRules()
620 trsrules[cnt++] = (const TimeZoneRule*)fFinalRules->elementAt(idx++); in getTimeZoneRules()
672 rules->addElement(((TimeZoneRule*)source->elementAt(i))->clone(), ec); in copyRules()
696 AnnualTimeZoneRule* fr0 = (AnnualTimeZoneRule*)fFinalRules->elementAt(0); in findRuleInFinal()
697 AnnualTimeZoneRule* fr1 = (AnnualTimeZoneRule*)fFinalRules->elementAt(1); in findRuleInFinal()
746 Transition *tzt = (Transition*)fHistoricTransitions->elementAt(0); in findNext()
753 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findNext()
761 TimeZoneRule *r0 = (TimeZoneRule*)fFinalRules->elementAt(0); in findNext()
762 TimeZoneRule *r1 = (TimeZoneRule*)fFinalRules->elementAt(1); in findNext()
787 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findNext()
829 Transition *tzt = (Transition*)fHistoricTransitions->elementAt(0); in findPrev()
836 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findPrev()
844 TimeZoneRule *r0 = (TimeZoneRule*)fFinalRules->elementAt(0); in findPrev()
845 TimeZoneRule *r1 = (TimeZoneRule*)fFinalRules->elementAt(1); in findPrev()
870 tzt = (Transition*)fHistoricTransitions->elementAt(idx); in findPrev()