Searched defs:getNextTransition (Results 1 - 20 of 20) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBasicTimeZone.java48 public abstract TimeZoneTransition getNextTransition(long base, boolean inclusive); method in class:BasicTimeZone
133 TimeZoneTransition tr1 = getNextTransition(time, false);
134 TimeZoneTransition tr2 = ((BasicTimeZone)tz).getNextTransition(time, false);
144 tr1 = getNextTransition(tr1.getTime(), false);
155 tr2 = ((BasicTimeZone)tz).getNextTransition(tr2.getTime(), false);
256 tzt = getNextTransition(time, false);
281 tzt = getNextTransition(t, false);
383 TimeZoneTransition tr = getNextTransition(date, false);
419 tr = getNextTransition(nextTransitionTime, false);
H A DRuleBasedTimeZone.java173 TimeZoneTransition tt = getNextTransition(now, false);
197 TimeZoneTransition tt = getNextTransition(time, false);
324 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:RuleBasedTimeZone
384 result = getNextTransition(result.getTime(), false /* always exclusive */);
H A DSimpleTimeZone.java1233 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:SimpleTimeZone
H A DVTimeZone.java314 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:VTimeZone
315 return tz.getNextTransition(base, inclusive);
1263 TimeZoneTransition tzt = basictz.getNextTransition(t, false);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBasicTimeZone.java49 public abstract TimeZoneTransition getNextTransition(long base, boolean inclusive); method in class:BasicTimeZone
140 TimeZoneTransition tr1 = getNextTransition(time, false);
141 TimeZoneTransition tr2 = ((BasicTimeZone)tz).getNextTransition(time, false);
151 tr1 = getNextTransition(tr1.getTime(), false);
162 tr2 = ((BasicTimeZone)tz).getNextTransition(tr2.getTime(), false);
267 tzt = getNextTransition(time, false);
292 tzt = getNextTransition(t, false);
396 TimeZoneTransition tr = getNextTransition(date, false);
432 tr = getNextTransition(nextTransitionTime, false);
H A DRuleBasedTimeZone.java188 TimeZoneTransition tt = getNextTransition(now, false);
213 TimeZoneTransition tt = getNextTransition(time, false);
346 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:RuleBasedTimeZone
406 result = getNextTransition(result.getTime(), false /* always exclusive */);
H A DSimpleTimeZone.java1262 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:SimpleTimeZone
H A DVTimeZone.java340 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:VTimeZone
341 return tz.getNextTransition(base, inclusive);
1294 TimeZoneTransition tzt = basictz.getNextTransition(t, false);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java949 * @see android.icu.util.BasicTimeZone#getNextTransition(long, boolean)
952 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:OlsonTimeZone
960 //return finalZone.getNextTransition(base, inclusive);
961 return finalZoneWithStartYear.getNextTransition(base, inclusive);
990 return getNextTransition(startTime, false);
1200 TimeZoneTransition tzt = finalZoneWithStartYear.getNextTransition(startTime, false);
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp973 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { function in class:SimpleTimeZone
H A Dolsontz.cpp831 finalZoneWithStartYear->getNextTransition(startTime, false, tzt);
881 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { function in class:OlsonTimeZone
894 //return finalZone->getNextTransition(base, inclusive, result);
895 return finalZoneWithStartYear->getNextTransition(base, inclusive, result);
934 return getNextTransition(startTime, false, result);
H A Drbtz.cpp546 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { function in class:RuleBasedTimeZone
H A Dvtzone.cpp1230 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { function in class:VTimeZone
1231 return tz->getNextTransition(base, inclusive, result);
1940 tztAvail = basictz.getNextTransition(t, FALSE, tzt);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java947 * @see com.ibm.icu.util.BasicTimeZone#getNextTransition(long, boolean)
950 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { method in class:OlsonTimeZone
958 //return finalZone.getNextTransition(base, inclusive);
959 return finalZoneWithStartYear.getNextTransition(base, inclusive);
988 return getNextTransition(startTime, false);
1198 TimeZoneTransition tzt = finalZoneWithStartYear.getNextTransition(startTime, false);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 285 milliseconds