Home
last modified time | relevance | path

Searched refs:TZDBTimeZoneNames (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp2057 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()
2118 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames
2140 TZDBTimeZoneNames::~TZDBTimeZoneNames() { in ~TZDBTimeZoneNames()
2144 TZDBTimeZoneNames::operator==(const TimeZoneNames& other) const { in operator ==()
2153 TZDBTimeZoneNames::clone() const { in clone()
2154 return new TZDBTimeZoneNames(fLocale); in clone()
2158 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { in getAvailableMetaZoneIDs()
2163 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { in getAvailableMetaZoneIDs()
2168 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID()
2173 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID()
[all …]
Dtznames_impl.h230 class TZDBTimeZoneNames : public TimeZoneNames {
232 TZDBTimeZoneNames(const Locale& locale);
233 virtual ~TZDBTimeZoneNames();
Dtzfmt.cpp976 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1220 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1392 const TZDBTimeZoneNames*
1400 TZDBTimeZoneNames *tzdbNames = new TZDBTimeZoneNames(fLocale); in getTZDBTimeZoneNames()
Dtznames.cpp323 instance = new TZDBTimeZoneNames(locale); in createTZDBInstance()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java40 public class TZDBTimeZoneNames extends TimeZoneNames { class
58 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames
348 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTZDBTimeZoneNames.java42 public class TZDBTimeZoneNames extends TimeZoneNames { class
60 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames
350 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h254 class TZDBTimeZoneNames; variable
712 TZDBTimeZoneNames* fTZDBTimeZoneNames;
749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java21 import android.icu.impl.TZDBTimeZoneNames;
182 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
DTimeZoneFormat.java37 import android.icu.impl.TZDBTimeZoneNames;
511 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java20 import com.ibm.icu.impl.TZDBTimeZoneNames;
203 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
DTimeZoneFormat.java36 import com.ibm.icu.impl.TZDBTimeZoneNames;
551 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java18 import com.ibm.icu.impl.TZDBTimeZoneNames;
2383 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()
2384 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java19 import android.icu.impl.TZDBTimeZoneNames;
2384 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()
2385 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java31 import com.ibm.icu.impl.TZDBTimeZoneNames;
1093 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()
1161 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java32 import android.icu.impl.TZDBTimeZoneNames;
1094 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()
1162 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
/external/icu/icu4j/
Dcoverage-exclusion.txt458 com/ibm/icu/impl/TZDBTimeZoneNames#getAvailableMetaZoneIDs:()Ljava/util/Set;