Searched refs:TZDBTimeZoneNames (Results 1 – 10 of 10) sorted by relevance
1789 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()1850 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames1872 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 …]
217 class TZDBTimeZoneNames : public TimeZoneNames {219 TZDBTimeZoneNames(const Locale& locale);220 virtual ~TZDBTimeZoneNames();
308 instance = new TZDBTimeZoneNames(locale); in createTZDBInstance()
974 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()
38 public class TZDBTimeZoneNames extends TimeZoneNames { class56 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames338 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
255 class TZDBTimeZoneNames; variable713 TZDBTimeZoneNames* fTZDBTimeZoneNames;750 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
18 import com.ibm.icu.impl.TZDBTimeZoneNames;202 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
33 import com.ibm.icu.impl.TZDBTimeZoneNames;549 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
16 import com.ibm.icu.impl.TZDBTimeZoneNames;2310 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2311 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
23 import com.ibm.icu.impl.TZDBTimeZoneNames;991 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()