Lines Matching full:given
139 * Creates a <code>TimeZone</code> for the given ID.
143 * <code>UCAL_UNKNOWN_ZONE_ID</code> ("Etc/Unknown") if the given ID cannot be understood.
152 * Returns an enumeration over system time zone IDs with the given
182 * Returns an enumeration over time zone IDs with a given raw
202 * given country. Some zones are affiliated with no country
214 * includes the given ID. An equivalency group contains zones
217 * <p>The returned count includes the given ID; it is always >= 1.
218 * The given ID must be a system time zone. If it is not, returns
230 * includes the given ID. An equivalency group contains zones
233 * <p>The given index must be in the range 0..n-1, where n is the
236 * given id. If the given id is not a valid system time zone, or
279 * @param zone The given timezone.
294 * custom time zone ID for the given time zone ID.
298 * @param status Recevies the status. When the given time zone ID
310 * custom time zone ID for the given time zone ID.
314 * @param isSystemID Receives if the given ID is a known system
316 * @param status Recevies the status. When the given time zone ID
331 * @return True if the given TimeZone is equal to this TimeZone; false
342 * @return True if the given TimeZone is not equal to this TimeZone; false
359 * which returns both the raw and the DST offset for a given time. This method
380 * which returns both the raw and the DST offset for a given time. This method
383 * @param era the era of the given date.
384 * @param year the year in the given date.
385 * @param month the month in the given date.
387 * @param day the day-in-month of the given date.
388 * @param dayOfWeek the day-of-week of the given date.
390 * @param monthLength the length of the given month in days.
400 * Returns the time zone raw and GMT offset for the given moment
539 * @param result the human-readable name of this time zone in the given locale
540 * or in the default locale if the given locale is not recognized.
569 * @param result the human-readable name of this time zone in the given locale
570 * or in the default locale if the given locale is not recognized.
595 * Queries if the given date is in daylight savings time in
601 * @param date the given UDate.
603 * @return true if the given date is in daylight savings time,
613 * @return true if the given zone is the same as this one,
643 * @return The class ID for this object. All objects of a given class have the
667 * Gets the region code associated with the given
677 * @param status Receives the status. When the given time zone ID
695 * Construct a TimeZone with a given ID.
734 * Finds the given ID in the Olson tzdata. If the given ID is found in the tzdata,
744 * Resolve a link in Olson tzdata. When the given id is known and it's not a link,
745 * the id itself is returned. When the given id is known and it is a link, then
746 * dereferenced zone id is returned. When the given id is unknown, then it returns
754 * Returns the region code associated with the given zone,
757 * @return the region associated with the given zone
762 * Returns the region code associated with the given zone,
766 * @return the region associated with the given zone
771 * Parses the given custom time zone identifier
778 * @return Returns TRUE when the given custom id is valid.
785 * custom time zone identifier for the given custom id string.
797 * Returns the normalized custome time zone ID for the given offset fields.
817 * Lookup the given name in our system zone table. If found,
820 * @param name tthe given name of a system time zone.