Home | History | Annotate | Download | only in i18n

Lines Matching defs:idx

423             int32_t idx = fHistoricTransitions->size() - 1;
424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx),
431 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to;
435 while (idx >= 0) {
436 if (date >= getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx),
440 idx--;
442 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to;
586 int32_t idx;
589 idx = 0;
590 while (cnt < trscount && idx < historicCount) {
591 trsrules[cnt++] = (const TimeZoneRule*)fHistoricRules->elementAt(idx++);
596 idx = 0;
597 while (cnt < trscount && idx < finalCount) {
598 trsrules[cnt++] = (const TimeZoneRule*)fFinalRules->elementAt(idx++);
725 int32_t idx = fHistoricTransitions->size() - 1;
726 tzt = (Transition*)fHistoricTransitions->elementAt(idx);
757 idx--;
759 while (idx > 0) {
760 tzt = (Transition*)fHistoricTransitions->elementAt(idx);
765 idx--;
808 int32_t idx = fHistoricTransitions->size() - 1;
809 tzt = (Transition*)fHistoricTransitions->elementAt(idx);
841 idx--;
842 while (idx >= 0) {
843 tzt = (Transition*)fHistoricTransitions->elementAt(idx);
848 idx--;