Searched defs:transitionTime (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dolsontz.h300 double transitionTime(int16_t transIdx) const;
403 OlsonTimeZone::transitionTime(int16_t transIdx) const { function in class:OlsonTimeZone
H A Drbtz.cpp532 UDate transitionTime; local
534 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
536 result.setTime(transitionTime);
551 UDate transitionTime; local
553 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
555 result.setTime(transitionTime);
713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, argument
785 transitionTime, fromRule, toRule);
788 transitionTime = result.time;
797 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, argument
[all...]

Completed in 31 milliseconds