Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp1789 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()
1850 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames
1872 TZDBTimeZoneNames::~TZDBTimeZoneNames() { in ~TZDBTimeZoneNames()
1876 TZDBTimeZoneNames::operator==(const TimeZoneNames& other) const { in operator ==()
1885 TZDBTimeZoneNames::clone() const { in clone()
1886 return new TZDBTimeZoneNames(fLocale); in clone()
1890 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { in getAvailableMetaZoneIDs()
1895 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { in getAvailableMetaZoneIDs()
1900 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID()
1905 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID()
[all …]
Dtznames_impl.h217 class TZDBTimeZoneNames : public TimeZoneNames {
219 TZDBTimeZoneNames(const Locale& locale);
220 virtual ~TZDBTimeZoneNames();
Dtznames.cpp308 instance = new TZDBTimeZoneNames(locale); in createTZDBInstance()
Dtzfmt.cpp974 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1218 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()
1390 const TZDBTimeZoneNames*
1398 TZDBTimeZoneNames *tzdbNames = new TZDBTimeZoneNames(fLocale); in getTZDBTimeZoneNames()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java38 public class TZDBTimeZoneNames extends TimeZoneNames { class
56 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames
338 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTZDBTimeZoneNames.java40 public class TZDBTimeZoneNames extends TimeZoneNames { class
58 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames
340 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h252 class TZDBTimeZoneNames; variable
710 TZDBTimeZoneNames* fTZDBTimeZoneNames;
747 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java19 import android.icu.impl.TZDBTimeZoneNames;
180 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
DTimeZoneFormat.java34 import android.icu.impl.TZDBTimeZoneNames;
508 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java18 import com.ibm.icu.impl.TZDBTimeZoneNames;
201 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
DTimeZoneFormat.java33 import com.ibm.icu.impl.TZDBTimeZoneNames;
548 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatTests.java17 import android.icu.impl.TZDBTimeZoneNames;
2311 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()
2312 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatTests.java16 import com.ibm.icu.impl.TZDBTimeZoneNames;
2310 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()
2311 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java24 import com.ibm.icu.impl.TZDBTimeZoneNames;
1073 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java25 import android.icu.impl.TZDBTimeZoneNames;
1077 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()