Home
last modified time | relevance | path

Searched refs:goldenZone (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java408 TimeZone goldenZone = TimeZone.getFrozenTimeZone(goldenID); in formatGenericNonLocationName() local
415 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1); in formatGenericNonLocationName()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java412 TimeZone goldenZone = TimeZone.getFrozenTimeZone(goldenID); in formatGenericNonLocationName() local
419 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1); in formatGenericNonLocationName()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp706 TimeZone *goldenZone = TimeZone::createTimeZone(goldenID); in formatGenericNonLocationName() local
713 goldenZone->getOffset(date + raw + sav, TRUE, raw1, sav1, status); in formatGenericNonLocationName()
714 delete goldenZone; in formatGenericNonLocationName()