HomeSort by relevance Sort by last modified time
    Searched defs:transitionTime (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 292 double transitionTime(int16_t transIdx) const;
390 OlsonTimeZone::transitionTime(int16_t transIdx) const {
rbtz.cpp 532 UDate transitionTime;
534 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
536 result.setTime(transitionTime);
551 UDate transitionTime;
553 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
555 result.setTime(transitionTime);
713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime,
785 transitionTime, fromRule, toRule);
788 transitionTime = result.time;
797 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime,
    [all...]
  /external/icu4c/i18n/
olsontz.h 300 double transitionTime(int16_t transIdx) const;
404 OlsonTimeZone::transitionTime(int16_t transIdx) const {
rbtz.cpp 554 UDate transitionTime;
556 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
558 result.setTime(transitionTime);
573 UDate transitionTime;
575 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
577 result.setTime(transitionTime);
740 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime,
812 transitionTime, fromRule, toRule);
815 transitionTime = result.time;
824 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime,
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 637 long transitionTime = transitionCalendar.getTimeInMillis();
639 Date beforeDate = new Date(transitionTime - CalendarUtilities.HOURS);
640 Date afterDate = new Date(transitionTime + CalendarUtilities.HOURS);
645 transitionCalendar = CalendarUtilities.findTransitionDate(tz, transitionTime +
647 transitionTime = transitionCalendar.getTimeInMillis();
649 beforeDate = new Date(transitionTime - CalendarUtilities.HOURS);
650 afterDate = new Date(transitionTime + CalendarUtilities.HOURS);
    [all...]

Completed in 3110 milliseconds