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

/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.h292 double transitionTime(int16_t transIdx) const;
390 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...]
/external/icu4c/i18n/
H A Dolsontz.h300 double transitionTime(int16_t transIdx) const;
404 OlsonTimeZone::transitionTime(int16_t transIdx) const { function in class:OlsonTimeZone
H A Drbtz.cpp554 UDate transitionTime; local
556 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
558 result.setTime(transitionTime);
573 UDate transitionTime; local
575 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
577 result.setTime(transitionTime);
740 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, argument
812 transitionTime, fromRule, toRule);
815 transitionTime = result.time;
824 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, argument
[all...]

Completed in 99 milliseconds