Searched refs:dstOffsetAt (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dolsontz.h309 int32_t dstOffsetAt(int16_t transIdx) const;
425 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { function in class:OlsonTimeZone
H A Dolsontz.cpp498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0;
501 UBool dstAfter = dstOffsetAt(transIdx) != 0;
544 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND;
584 if ((transition >= start && dstOffsetAt(i) != 0)
585 || (transition > start && dstOffsetAt(i - 1) != 0)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java329 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0)
330 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) {
355 if (dstOffsetAt(trsIdx) != 0) {
362 if (dstOffsetAt(trsIdx - 1) != 0) {
694 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0;
697 boolean dstAfter = dstOffsetAt(transIdx) != 0;
740 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND;
767 private int dstOffsetAt(int transIdx) { method in class:OlsonTimeZone
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java327 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0)
328 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) {
353 if (dstOffsetAt(trsIdx) != 0) {
360 if (dstOffsetAt(trsIdx - 1) != 0) {
692 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0;
695 boolean dstAfter = dstOffsetAt(transIdx) != 0;
738 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND;
765 private int dstOffsetAt(int transIdx) { method in class:OlsonTimeZone

Completed in 104 milliseconds