/external/icu/libicu/cts_headers/ |
D | tznames_impl.h | 233 class TZDBTimeZoneNames : public TimeZoneNames { 235 TZDBTimeZoneNames(const Locale& locale); 236 virtual ~TZDBTimeZoneNames(); 239 virtual TZDBTimeZoneNames* clone() const;
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 233 class TZDBTimeZoneNames : public TimeZoneNames { 235 TZDBTimeZoneNames(const Locale& locale); 236 virtual ~TZDBTimeZoneNames(); 239 virtual TZDBTimeZoneNames* clone() const;
|
D | tznames_impl.cpp | 2067 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind() 2131 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames 2156 TZDBTimeZoneNames::~TZDBTimeZoneNames() { in ~TZDBTimeZoneNames() 2160 TZDBTimeZoneNames::operator==(const TimeZoneNames& other) const { in operator ==() 2168 TZDBTimeZoneNames* 2169 TZDBTimeZoneNames::clone() const { in clone() 2170 return new TZDBTimeZoneNames(fLocale); in clone() 2174 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { in getAvailableMetaZoneIDs() 2179 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { in getAvailableMetaZoneIDs() 2184 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID() [all …]
|
D | tzfmt.cpp | 985 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse() 1229 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse() 1401 const TZDBTimeZoneNames* 1409 TZDBTimeZoneNames *tzdbNames = new TZDBTimeZoneNames(fLocale); in getTZDBTimeZoneNames()
|
D | tznames.cpp | 323 instance = new TZDBTimeZoneNames(locale); in createTZDBInstance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 40 public class TZDBTimeZoneNames extends TimeZoneNames { class 58 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames 352 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 42 public class TZDBTimeZoneNames extends TimeZoneNames { class 60 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames 354 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
|
/external/icu/libicu/cts_headers/unicode/ |
D | tzfmt.h | 256 class TZDBTimeZoneNames; variable 714 TZDBTimeZoneNames* fTZDBTimeZoneNames; 751 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 256 class TZDBTimeZoneNames; variable 714 TZDBTimeZoneNames* fTZDBTimeZoneNames; 751 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 20 import com.ibm.icu.impl.TZDBTimeZoneNames; 203 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
|
D | TimeZoneFormat.java | 37 import com.ibm.icu.impl.TZDBTimeZoneNames; 552 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneNames.java | 21 import android.icu.impl.TZDBTimeZoneNames; 182 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
|
D | TimeZoneFormat.java | 38 import android.icu.impl.TZDBTimeZoneNames; 512 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 19 import com.ibm.icu.impl.TZDBTimeZoneNames; 2466 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior() 2467 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatHandler.java | 20 import android.icu.impl.TZDBTimeZoneNames; 2469 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior() 2470 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 34 import android.icu.impl.TZDBTimeZoneNames; 1106 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading() 1174 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 33 import com.ibm.icu.impl.TZDBTimeZoneNames; 1103 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading() 1171 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 637 com/ibm/icu/impl/TZDBTimeZoneNames#getAvailableMetaZoneIDs:()Ljava/util/Set;
|