Lines Matching refs:createTimeZone
292 TimeZone *ttz = TimeZone::createTimeZone(*id); in TestWallyWedel()
375 TimeZone* test = TimeZone::createTimeZone("PDT"); in TestEquals()
393 LocalPointer<TimeZone> PST(TimeZone::createTimeZone("PST")); in TestTwoDigitYearDSTParse()
596 TimeZone* PT = TimeZone::createTimeZone("America/Los_Angeles"); in TestFieldPosition()
1227 formatter->adoptTimeZone(TimeZone::createTimeZone("GMT")); in TestDateFormatZone061()
1253 TimeZone *thedefault = TimeZone::createTimeZone("GMT"); in TestDateFormatZone146()
1365 const LocalPointer<const TimeZone> tz(TimeZone::createTimeZone("CET")); in TestFormattingLocaleTimeSeparator()
3425 TimeZone *tz = TimeZone::createTimeZone(info[1]); in TestTimeZoneDisplayName()
3525 TimeZone *tz = TimeZone::createTimeZone("Europe/Paris"); in TestRoundtripWithCalendar()
3526 TimeZone *gmt = TimeZone::createTimeZone("Etc/GMT"); in TestRoundtripWithCalendar()
3844 TimeZone *tz = TimeZone::createTimeZone("Asia/Shanghai"); in Test6880()
4438 LocalPointer<TimeZone> zone(TimeZone::createTimeZone(UnicodeString("UTC"))); in TestFormatsWithNumberSystems()
4903 TimeZone::createTimeZone("GMT-3:00"), in TestCreateInstanceForSkeletonWithCalendar()
4913 TimeZone::createTimeZone("GMT-7:00"), in TestCreateInstanceForSkeletonWithCalendar()
5696 …LocalPointer<Calendar> calendar(Calendar::createInstance(TimeZone::createTimeZone(timeZone), statu… in Test20741_ABFields()