Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp2063 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()
2127 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames
2149 TZDBTimeZoneNames::~TZDBTimeZoneNames() { in ~TZDBTimeZoneNames()
2153 TZDBTimeZoneNames::operator==(const TimeZoneNames& other) const { in operator ==()
2162 TZDBTimeZoneNames::clone() const { in clone()
2163 return new TZDBTimeZoneNames(fLocale); in clone()
2167 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { in getAvailableMetaZoneIDs()
2172 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { in getAvailableMetaZoneIDs()
2177 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID()
2182 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID()
[all …]
Dtznames_impl.h233 class TZDBTimeZoneNames : public TimeZoneNames {
235 TZDBTimeZoneNames(const Locale& locale);
236 virtual ~TZDBTimeZoneNames();
Dtzfmt.cpp980 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1224 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1396 const TZDBTimeZoneNames*
1404 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
352 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
354 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/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.java37 import com.ibm.icu.impl.TZDBTimeZoneNames;
552 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
/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.java38 import android.icu.impl.TZDBTimeZoneNames;
512 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java20 import android.icu.impl.TZDBTimeZoneNames;
2407 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()
2408 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java19 import com.ibm.icu.impl.TZDBTimeZoneNames;
2404 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()
2405 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java33 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java34 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/
Dcoverage-exclusion.txt637 com/ibm/icu/impl/TZDBTimeZoneNames#getAvailableMetaZoneIDs:()Ljava/util/Set;