Lines Matching full:given

165      * Creates a <code>TimeZone</code> for the given ID.
169 * if the given ID cannot be understood or if the given ID is "Etc/Unknown".
178 * Returns an enumeration over system time zone IDs with the given
208 * Returns an enumeration over time zone IDs with a given raw
228 * given country. Some zones are affiliated with no country
240 * includes the given ID. An equivalency group contains zones
243 * <p>The returned count includes the given ID; it is always >= 1.
244 * The given ID must be a system time zone. If it is not, returns
256 * includes the given ID. An equivalency group contains zones
259 * <p>The given index must be in the range 0..n-1, where n is the
262 * given id. If the given id is not a valid system time zone, or
329 * @param zone The given timezone.
346 * custom time zone ID for the given time zone ID.
350 * @param status Receives the status. When the given time zone ID
362 * custom time zone ID for the given time zone ID.
366 * @param isSystemID Receives if the given ID is a known system
368 * @param status Receives the status. When the given time zone ID
437 * @return True if the given TimeZone is equal to this TimeZone; false
448 * @return True if the given TimeZone is not equal to this TimeZone; false
465 * which returns both the raw and the DST offset for a given time. This method
486 * which returns both the raw and the DST offset for a given time. This method
489 * @param era the era of the given date.
490 * @param year the year in the given date.
491 * @param month the month in the given date.
493 * @param day the day-in-month of the given date.
494 * @param dayOfWeek the day-of-week of the given date.
496 * @param monthLength the length of the given month in days.
506 * Returns the time zone raw and GMT offset for the given moment
645 * @param result the human-readable name of this time zone in the given locale
646 * or in the default locale if the given locale is not recognized.
675 * @param result the human-readable name of this time zone in the given locale
676 * or in the default locale if the given locale is not recognized.
712 * time is observed or not within a given period.
719 * Queries if the given date is in daylight savings time in
725 * @param date the given UDate.
727 * @return true if the given date is in daylight savings time,
737 * @return true if the given zone is the same as this one,
767 * @return The class ID for this object. All objects of a given class have the
791 * Gets the region code associated with the given
801 * @param status Receives the status. When the given time zone ID
819 * Construct a TimeZone with a given ID.
859 * Finds the given ID in the Olson tzdata. If the given ID is found in the tzdata,
869 * Resolve a link in Olson tzdata. When the given id is known and it's not a link,
870 * the id itself is returned. When the given id is known and it is a link, then
871 * dereferenced zone id is returned. When the given id is unknown, then it returns
879 * Returns the region code associated with the given zone,
882 * @return the region associated with the given zone
889 * Returns the region code associated with the given zone,
893 * @return the region associated with the given zone
901 * Parses the given custom time zone identifier
908 * @return Returns TRUE when the given custom id is valid.
915 * custom time zone identifier for the given custom id string.
927 * Returns the normalized custome time zone ID for the given offset fields.