Searched refs:getGMT (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | astrotst.cpp | 64 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status); in initAstro() 383 …GregorianCalendar *cal3 = new GregorianCalendar(TimeZone::getGMT()->clone(), Locale::getUS(), stat… in TestBasics() 385 d3->setTimeZone(*TimeZone::getGMT()); in TestBasics()
|
D | calcasts.cpp | 52 cal->adoptTimeZone(TimeZone::getGMT()->clone()); in doTestCases() 185 fmt->setTimeZone(*TimeZone::getGMT()); in IslamicCivil()
|
D | dtfmttst.cpp | 2338 const TimeZone *t = TimeZone::getGMT(); in TestZTimeZoneParsing() 3413 testfmt.setTimeZone(*TimeZone::getGMT()); in TestTimeZoneDisplayName() 4959 const TimeZone *tz = TimeZone::getGMT(); in TestAmPmMidnightNoon() 5066 const TimeZone *tz = TimeZone::getGMT(); in TestFlexibleDayPeriod() 5166 const TimeZone *tz = TimeZone::getGMT(); in TestDayPeriodWithLocales() 5275 const TimeZone *tz = TimeZone::getGMT(); in TestMinuteSecondFieldsInOddPlaces() 5390 const TimeZone *tz = TimeZone::getGMT(); in TestDayPeriodParsing()
|
D | tztest.cpp | 909 if (!tz || (kReferenceList[i].offset != 0 && *tz == *TimeZone::getGMT())) { in TestShortZoneIDs() 1904 GregorianCalendar gc(*TimeZone::getGMT(), status); in TestFebruary() 2279 GregorianCalendar cal(*TimeZone::getGMT(), status); in TestDisplayNamesMeta()
|
D | caltest.cpp | 2081 cal.setTimeZone(*TimeZone::getGMT()); in TestJD() 2557 GregorianCalendar calGMT((const TimeZone&)*TimeZone::getGMT(), status); in TestRepeatedWallTime() 2656 GregorianCalendar calGMT((const TimeZone&)*TimeZone::getGMT(), status); in TestSkippedWallTime() 2782 LocalPointer<Calendar> cal(Calendar::createInstance(TimeZone::getGMT()->clone(), in TestCloneLocale()
|
D | tzfmttst.cpp | 171 gmtFmt.setTimeZone(*TimeZone::getGMT()); in TestTimeZoneRoundTrip()
|
D | tzregts.cpp | 1225 GregorianCalendar cal(* TimeZone::getGMT(), status); in TestNegativeDaylightSaving()
|
D | dtfmrgts.cpp | 1697 dateFmt.setTimeZone(*TimeZone::getGMT()); in TestT10855()
|
D | tzrulets.cpp | 2309 const TimeZone *tz = TimeZone::getGMT(); in getUTCMillis()
|
D | calregts.cpp | 2883 GregorianCalendar *gc = new GregorianCalendar(*TimeZone::getGMT(), status); in TestT8596()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | timezone.h | 164 static const TimeZone* U_EXPORT2 getGMT(void);
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 50 df->adoptTimeZone(TimeZone::getGMT()->clone()); in debug_astro_date()
|
D | timezone.cpp | 321 TimeZone::getGMT(void) in getGMT() function in TimeZone 509 const TimeZone* temptz = TimeZone::getGMT(); in detectHostTimeZone()
|
D | measfmt.cpp | 77 const TimeZone *gmt = TimeZone::getGMT(); in NumericDateFormatters()
|