Home
last modified time | relevance | path

Searched refs:dstOffsetAt (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DOlsonTimeZone.java331 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0) in useDaylightTime()
332 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()
357 if (dstOffsetAt(trsIdx) != 0) { in observesDaylightTime()
364 if (dstOffsetAt(trsIdx - 1) != 0) { in observesDaylightTime()
693 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
696 boolean dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
739 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND; in getHistoricalOffset()
766 private int dstOffsetAt(int transIdx) { in dstOffsetAt() method in OlsonTimeZone
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java329 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0) in useDaylightTime()
330 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()
355 if (dstOffsetAt(trsIdx) != 0) { in observesDaylightTime()
362 if (dstOffsetAt(trsIdx - 1) != 0) { in observesDaylightTime()
691 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
694 boolean dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
737 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND; in getHistoricalOffset()
764 private int dstOffsetAt(int transIdx) { in dstOffsetAt() method in OlsonTimeZone
/third_party/icu/icu4c/source/i18n/
Dolsontz.h313 int32_t dstOffsetAt(int16_t transIdx) const;
429 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
Dolsontz.cpp500 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
503 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
546 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()
586 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()
587 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.h313 int32_t dstOffsetAt(int16_t transIdx) const;
429 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
Dolsontz.cpp500 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
503 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
546 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()
586 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()
587 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()
/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.h313 int32_t dstOffsetAt(int16_t transIdx) const;
429 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
Dolsontz.cpp500 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
503 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
546 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()
586 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()
587 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dolsontz.h311 int32_t dstOffsetAt(int16_t transIdx) const;
427 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
Dolsontz.cpp500 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
503 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
546 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()
586 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()
587 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()