Home | History | Annotate | Download | only in i18n

Lines Matching refs:transitionTime

550     UDate transitionTime;
552 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
554 result.setTime(transitionTime);
569 UDate transitionTime;
571 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
573 result.setTime(transitionTime);
736 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime,
808 transitionTime, fromRule, toRule);
811 transitionTime = result.time;
820 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime,
885 transitionTime, fromRule, toRule);
887 transitionTime = result.time;