Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dolsontz.h309 int32_t dstOffsetAt(int16_t transIdx) const;
425 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
Dolsontz.cpp498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
501 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
544 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()
584 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()
585 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()
/external/chromium_org/third_party/icu/source/i18n/
Dolsontz.h309 int32_t dstOffsetAt(int16_t transIdx) const;
425 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const { in dstOffsetAt() function
Dolsontz.cpp498 UBool dstBefore = dstOffsetAt(transIdx - 1) != 0; in getHistoricalOffset()
501 UBool dstAfter = dstOffsetAt(transIdx) != 0; in getHistoricalOffset()
544 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset()
584 if ((transition >= start && dstOffsetAt(i) != 0) in useDaylightTime()
585 || (transition > start && dstOffsetAt(i - 1) != 0)) { in useDaylightTime()