Searched refs:TZDBTimeZoneNames (Results 1 – 16 of 16) sorted by relevance
2057 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()2118 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames2140 TZDBTimeZoneNames::~TZDBTimeZoneNames() { in ~TZDBTimeZoneNames()2144 TZDBTimeZoneNames::operator==(const TimeZoneNames& other) const { in operator ==()2153 TZDBTimeZoneNames::clone() const { in clone()2154 return new TZDBTimeZoneNames(fLocale); in clone()2158 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { in getAvailableMetaZoneIDs()2163 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { in getAvailableMetaZoneIDs()2168 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID()2173 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID()[all …]
230 class TZDBTimeZoneNames : public TimeZoneNames {232 TZDBTimeZoneNames(const Locale& locale);233 virtual ~TZDBTimeZoneNames();
976 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()1220 const TZDBTimeZoneNames *tzdbTimeZoneNames = getTZDBTimeZoneNames(status); in parse()1392 const TZDBTimeZoneNames*1400 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 TZDBTimeZoneNames348 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
42 public class TZDBTimeZoneNames extends TimeZoneNames { class60 public TZDBTimeZoneNames(ULocale loc) { in TZDBTimeZoneNames() method in TZDBTimeZoneNames350 synchronized(TZDBTimeZoneNames.class) { in prepareFind()
254 class TZDBTimeZoneNames; variable712 TZDBTimeZoneNames* fTZDBTimeZoneNames;749 const TZDBTimeZoneNames* getTZDBTimeZoneNames(UErrorCode& status) const;
21 import android.icu.impl.TZDBTimeZoneNames;182 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
37 import android.icu.impl.TZDBTimeZoneNames;511 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
20 import com.ibm.icu.impl.TZDBTimeZoneNames;203 return new TZDBTimeZoneNames(locale); in getTZDBInstance()
36 import com.ibm.icu.impl.TZDBTimeZoneNames;551 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
18 import com.ibm.icu.impl.TZDBTimeZoneNames;2383 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2384 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
19 import android.icu.impl.TZDBTimeZoneNames;2384 TZDBTimeZoneNames tzdbna = (TZDBTimeZoneNames)a; in hasSameBehavior()2385 TZDBTimeZoneNames tzdbnb = (TZDBTimeZoneNames)b; in hasSameBehavior()
31 import com.ibm.icu.impl.TZDBTimeZoneNames;1093 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()1161 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
32 import android.icu.impl.TZDBTimeZoneNames;1094 final TZDBTimeZoneNames names = new TZDBTimeZoneNames(ULocale.ENGLISH); in TestTZDBNamesThreading()1162 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames()
458 com/ibm/icu/impl/TZDBTimeZoneNames#getAvailableMetaZoneIDs:()Ljava/util/Set;