Lines Matching refs:createTimeZone
260 TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87"); in test4031502()
275 TimeZone *zone = TimeZone::createTimeZone(*ids->snext(status)); in test4031502()
487 Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"), in test4061476()
706 TimeZone *newZone = TimeZone::createTimeZone("UTC"); in test4083167()
756 TimeZone *newZone = TimeZone::createTimeZone("GMT"); in test4086724()
859 TimeZone *GMT = TimeZone::createTimeZone("GMT"); in test4096231()
860 TimeZone *PST = TimeZone::createTimeZone("PST"); in test4096231()
1320 cal->adoptTimeZone(TimeZone::createTimeZone("PST")); in test4114578()
1579 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT")); in test4145158()
1617 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT")); in test4145983()
1685 TimeZone::createTimeZone("GMT"), in Test4149677()
1686 TimeZone::createTimeZone("PST"), in Test4149677()
1687 TimeZone::createTimeZone("EAT") in Test4149677()
1744 TimeZone *tz = TimeZone::createTimeZone("PST"); in Test4162587()
2051 GregorianCalendar cal(TimeZone::createTimeZone("GMT"), Locale::getUS(), status); in TestJ81()
2565 GregorianCalendar cal(TimeZone::createTimeZone("America/Los_Angeles"), in TestWeekShift()
2661 TimeZone *t = TimeZone::createTimeZone(id); in TestTimeZoneTransitionAdd()
2907 GregorianCalendar cal(TimeZone::createTimeZone("Pacific/Apia"), status); in TestT9452()