Home
last modified time | relevance | path

Searched refs:BasicTimeZone (Results 1 – 18 of 18) sorted by relevance

/external/icu4c/i18n/unicode/
Dbasictz.h34 class U_I18N_API BasicTimeZone: public TimeZone {
40 virtual ~BasicTimeZone();
82 virtual UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz, UDate start, UDate end,
177 BasicTimeZone();
184 BasicTimeZone(const UnicodeString &id);
191 BasicTimeZone(const BasicTimeZone& source);
Dvtzone.h41 class U_I18N_API VTimeZone : public BasicTimeZone {
99 static VTimeZone* createVTimeZoneFromBasicTimeZone(const BasicTimeZone& basicTZ,
377 void writeZone(VTZWriter& w, BasicTimeZone& basictz, UVector* customProps,
415 BasicTimeZone *tz;
Drbtz.h34 class U_I18N_API RuleBasedTimeZone : public BasicTimeZone {
Dsimpletz.h61 class U_I18N_API SimpleTimeZone: public BasicTimeZone {
/external/icu4c/test/intltest/
Dtzrulets.h42 void verifyTransitions(BasicTimeZone& icutz, UDate start, UDate end);
43 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
45 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
Dtzoffloc.cpp130 BasicTimeZone *TESTZONES[NUM_TIMEZONES]; in TestGetOffsetAroundTransition()
132 TESTZONES[0] = (BasicTimeZone*)TimeZone::createTimeZone("America/Los_Angeles"); in TestGetOffsetAroundTransition()
244 … TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kStandard, BasicTimeZone::kStandard, in TestGetOffsetAroundTransition()
265 … TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kDaylight, BasicTimeZone::kDaylight, in TestGetOffsetAroundTransition()
286 … TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kFormer, BasicTimeZone::kLatter, in TestGetOffsetAroundTransition()
307 … TESTZONES[i]->getOffsetFromLocal(MILLIS[m], BasicTimeZone::kLatter, BasicTimeZone::kFormer, in TestGetOffsetAroundTransition()
Dtzrulets.cpp51 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2,
433 BasicTimeZone *ny = (BasicTimeZone*)TimeZone::createTimeZone("America/New_York"); in TestHistoricalRuleBasedTimeZone()
622 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); in TestOlsonTransition()
657 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); in TestRBTZTransition()
706 BasicTimeZone *newyork = (BasicTimeZone*)TimeZone::createTimeZone("America/New_York"); in TestHasEquivalentTransitions()
707BasicTimeZone *indianapolis = (BasicTimeZone*)TimeZone::createTimeZone("America/Indiana/Indianapol… in TestHasEquivalentTransitions()
708 BasicTimeZone *gmt_5 = (BasicTimeZone*)TimeZone::createTimeZone("Etc/GMT+5"); in TestHasEquivalentTransitions()
743 BasicTimeZone *newyork2 = (BasicTimeZone*)newyork->clone(); in TestHasEquivalentTransitions()
759 BasicTimeZone *losangeles = (BasicTimeZone*)TimeZone::createTimeZone("America/Los_Angeles"); in TestHasEquivalentTransitions()
794 BasicTimeZone *tz = (BasicTimeZone*)TimeZone::createTimeZone(*tzid); in TestVTimeZoneRoundTrip()
[all …]
Dtzfmttst.cpp183 …if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, stat… in TestTimeZoneRoundTrip()
341 BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); in run()
/external/icu4c/i18n/
Dbasictz.cpp21 BasicTimeZone::BasicTimeZone() in BasicTimeZone() function in BasicTimeZone
25 BasicTimeZone::BasicTimeZone(const UnicodeString &id) in BasicTimeZone() function in BasicTimeZone
29 BasicTimeZone::BasicTimeZone(const BasicTimeZone& source) in BasicTimeZone() function in BasicTimeZone
33 BasicTimeZone::~BasicTimeZone() { in ~BasicTimeZone()
37 BasicTimeZone::hasEquivalentTransitions(/*const*/ BasicTimeZone& tz, UDate start, UDate end, in hasEquivalentTransitions()
130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, in getSimpleRulesNear()
287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, in getTimeZoneRulesAfter()
548 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, int32_t /*nonExistingTimeOpt*/, int32_t /*duplica… in getOffsetFromLocal()
Dwintzimpl.cpp39 BasicTimeZone *btz = (BasicTimeZone*)tz; // we should check type in getSystemTimeInformation()
Dsimpletz.cpp62 : BasicTimeZone(ID), in SimpleTimeZone()
91 : BasicTimeZone(ID) in SimpleTimeZone()
110 : BasicTimeZone(ID) in SimpleTimeZone()
131 : BasicTimeZone(ID) in SimpleTimeZone()
193 : BasicTimeZone(source) in SimpleTimeZone()
Dvtzone.cpp951 : BasicTimeZone(), tz(NULL), vtzlines(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
956 : BasicTimeZone(source), tz(NULL), vtzlines(NULL), in VTimeZone()
960 tz = (BasicTimeZone*)source.tz->clone(); in VTimeZone()
996 BasicTimeZone::operator=(right); in operator =()
1002 tz = (BasicTimeZone*)right.tz->clone(); in operator =()
1038 if (typeid(*this) != typeid(that) || !BasicTimeZone::operator==(that)) { in operator ==()
1060 vtz->tz = (BasicTimeZone*)TimeZone::createTimeZone(ID); in createVTimeZoneByID()
1078 VTimeZone::createVTimeZoneFromBasicTimeZone(const BasicTimeZone& basic_time_zone, UErrorCode &statu… in createVTimeZoneFromBasicTimeZone()
1087 vtz->tz = (BasicTimeZone *)basic_time_zone.clone(); in createVTimeZoneFromBasicTimeZone()
1886 VTimeZone::writeZone(VTZWriter& w, BasicTimeZone& basictz, in writeZone()
Drbtz.cpp54 : BasicTimeZone(id), fInitialRule(initialRule), fHistoricRules(NULL), fFinalRules(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
59 : BasicTimeZone(source), fInitialRule(source.fInitialRule->clone()), in RuleBasedTimeZone()
77 BasicTimeZone::operator=(right); in operator =()
94 || BasicTimeZone::operator==(that) == FALSE) { in operator ==()
Dolsontz.h113 class U_I18N_API OlsonTimeZone: public BasicTimeZone {
Dsmpdtfmt.cpp2080 BasicTimeZone *btz = NULL; in parse()
2086 btz = (BasicTimeZone*)&tz; in parse()
2100 BasicTimeZone::kStandard, BasicTimeZone::kStandard, raw, dst, status); in parse()
2103 BasicTimeZone::kDaylight, BasicTimeZone::kDaylight, raw, dst, status); in parse()
Dolsontz.cpp121 BasicTimeZone(tzid), finalZone(NULL), transitionRulesInitialized(FALSE) in OlsonTimeZone()
266 BasicTimeZone(other), finalZone(0) { in OlsonTimeZone()
Dtzgnames.cpp595 BasicTimeZone *btz = NULL; in formatGenericNonLocationName()
600 btz = (BasicTimeZone*)tmptz; in formatGenericNonLocationName()
/external/icu4c/common/unicode/
Durename.h1781 #define BasicTimeZone U_ICU_ENTRY_POINT_RENAME(BasicTimeZone) macro