Home | History | Annotate | Download | only in util

Lines Matching refs:zone

56      * in the default time zone with the default <code>FORMAT</code> locale.
64 * in the given time zone with the default <code>FORMAT</code> locale.
66 * @param zone The time zone for the new calendar.
68 protected CECalendar(TimeZone zone) {
69 this(zone, ULocale.getDefault(Category.FORMAT));
74 * in the default time zone with the given locale.
84 * in the default time zone with the given locale.
94 * in the given time zone with the given locale.
96 * @param zone The time zone for the new calendar.
100 protected CECalendar(TimeZone zone, Locale aLocale) {
101 super(zone, aLocale);
107 * in the given time zone with the given locale.
109 * @param zone The time zone for the new calendar.
113 protected CECalendar(TimeZone zone, ULocale locale) {
114 super(zone, locale);
120 * in the default time zone with the default <code>FORMAT</code> locale.
136 * in the default time zone with the default <code>FORMAT</code> locale.
147 * and time set for the default time zone with the default <code>FORMAT</code> locale.