Lines Matching full:time
25 * Constants for time zone display name types.
35 * Long display name, such as "Eastern Time".
40 * Long display name for standard time, such as "Eastern Standard Time".
45 * Long display name for daylight saving time, such as "Eastern Daylight Time".
55 * Short display name for standard time, such as "EST".
60 * Short display name for daylight saving time, such as "EDT".
81 * <code>TimeZoneNames</code> is an abstract class representing the time zone display name data model defined
84 * by multiple time zones. Also a time zone may have multiple meta zone historic mappings.
86 * For example, people in the United States refer the zone used by the east part of North America as "Eastern Time".
87 * The tz database contains multiple time zones "America/New_York", "America/Detroit", "America/Montreal" and some
88 * others that belong to "Eastern Time". However, assigning different display names to these time zones does not make
92 * "Eastern Time" is stored as long generic display name of a meta zone identified by the ID "America_Eastern".
93 * Then, there is another table maintaining the historic mapping to meta zones for each time zone. The time zones in
96 * Sometimes, a time zone is mapped to a different time zone in the past. For example, "America/Indiana/Knox"
97 * had been moving "Eastern Time" and "Central Time" back and forth. Therefore, it is necessary that time zone
101 * The methods in this class assume that time zone IDs are already canonicalized. For example, you may not get proper
102 * result returned by a method with time zone ID "America/Indiana/Indianapolis", because it's not a canonical time zone
103 * ID (the canonical time zone ID for the time zone is "America/Indianapolis". See
105 * canonical time zone IDs.
108 * In CLDR, most of time zone display names except location names are provided through meta zones. But a time zone may
109 * have a specific name that is not shared with other time zones.
111 * For example, time zone "Europe/London" has English long name for standard time "Greenwich Mean Time", which is also
112 * shared with other time zones. However, the long name for daylight saving time is "British Summer Time", which is only
116 * {@link #getTimeZoneDisplayName} is designed for accessing a name only used by a single time zone.
118 * may provide time zone names only through {@link #getTimeZoneDisplayName}, or only through {@link #getMetaZoneDisplayName},
182 * Returns an enumeration of all available meta zone IDs used by the given time zone.
191 * Returns the meta zone ID for the given canonical time zone ID at the given date.
192 * @param tzID The canonical time zone ID.
194 * @param mzID Receives the meta zone ID for the given time zone ID at the given date. If the time zone does not have a
212 * @param tzID Receives the reference zone ID ("golden zone" in the LDML specification) for the given time zone ID for the
233 * Returns the display name of the time zone. Unlike {@link #getDisplayName},
234 * this method does not get a name from a meta zone used by the time zone.
235 * @param tzID The canonical time zone ID.
237 * @param name Receives the display name for the time zone. When this object does not have a localized display name for the given
238 * time zone with the specified type, "bogus" state is set.
245 * Returns the exemplar location name for the given time zone. When this object does not have a localized location
254 * For example, "New York" is returned for the time zone ID "America/New_York" when this object does not have the
257 * @param tzID The canonical time zone ID
258 * @param name Receives the exemplar location name for the given time zone, or "bogus" state is set when a localized
266 * Returns the display name of the time zone at the given date.
270 * time zone, then calls {@link #getMetaZoneDisplayName}.
272 * @param tzID The canonical time zone ID.
275 * @param name Receives the display name for the time zone at the given date. When this object does not have a localized display
276 * name for the time zone with the specified type and date, "bogus" state is set.
283 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
305 * @param tzID The time zone ID.
331 * Returns the time zone name type of a match at the specified index.
333 * @return The time zone name type. If the specified idx is out of range,
375 * Finds time zone name prefix matches for the input text at the