Lines Matching refs:createTimeZone
15 * 08/19/98 stephen Changed createTimeZone() to never return 0
60 * You can also get a <code>TimeZone</code> using <code>createTimeZone</code> along
66 * TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles");
119 * To create a new TimeZone, you call the factory function TimeZone::createTimeZone()
121 * obtain a list of all the time zone IDs recognized by createTimeZone().
140 * createTimeZone() returns a mutable clone of this time zone if the input ID is not recognized.
144 * @see createTimeZone
175 static TimeZone* U_EXPORT2 createTimeZone(const UnicodeString& ID);
200 * all strings that createTimeZone() accepts)
383 * at this particular date and time?). For the time zones produced by createTimeZone(),
485 * . TimeZone* foo = TimeZone::createTimeZone("America/New_York");
632 * <code>BasicTimeZone</code> class (Note that <code>TimeZone::createTimeZone(const UnicodeString &ID)</code>