Searched refs:TZDBTimeZoneNames (Results 1 – 15 of 15) 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()
40 public class TZDBTimeZoneNames extends TimeZoneNames { class58 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames340 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
252 class TZDBTimeZoneNames; variable710 TZDBTimeZoneNames* fTZDBTimeZoneNames;747 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
19 import android.icu.impl.TZDBTimeZoneNames;180 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
34 import android.icu.impl.TZDBTimeZoneNames;508 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
18 import com.ibm.icu.impl.TZDBTimeZoneNames;201 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
33 import com.ibm.icu.impl.TZDBTimeZoneNames;548 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
17 import android.icu.impl.TZDBTimeZoneNames;2311 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2312 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
16 import com.ibm.icu.impl.TZDBTimeZoneNames;2310 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2311 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
24 import com.ibm.icu.impl.TZDBTimeZoneNames;1073 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()
25 import android.icu.impl.TZDBTimeZoneNames;1077 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()