Searched refs:TZDBTimeZoneNames (Results 1 – 16 of 16) sorted by relevance
2063 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()2127 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames2149 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 …]
233 class TZDBTimeZoneNames : public TimeZoneNames {235 TZDBTimeZoneNames(const Locale& locale);236 virtual ~TZDBTimeZoneNames();
980 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()
323 instance = new TZDBTimeZoneNames(locale); in createTZDBInstance()
40 public class TZDBTimeZoneNames extends TimeZoneNames { class58 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames352 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
42 public class TZDBTimeZoneNames extends TimeZoneNames { class60 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames354 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
254 class TZDBTimeZoneNames; variable712 TZDBTimeZoneNames* fTZDBTimeZoneNames;749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
20 import com.ibm.icu.impl.TZDBTimeZoneNames;203 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
37 import com.ibm.icu.impl.TZDBTimeZoneNames;552 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
21 import android.icu.impl.TZDBTimeZoneNames;182 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
38 import android.icu.impl.TZDBTimeZoneNames;512 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
20 import android.icu.impl.TZDBTimeZoneNames;2407 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2408 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
19 import com.ibm.icu.impl.TZDBTimeZoneNames;2404 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2405 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
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()
34 import android.icu.impl.TZDBTimeZoneNames;1106 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()1174 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
637 com/ibm/icu/impl/TZDBTimeZoneNames#getAvailableMetaZoneIDs:()Ljava/util/Set;