Home | History | Annotate | Download | only in unicode

Lines Matching refs:date

95  * to meta zones mapping data are stored by date range.
200 * Returns the meta zone ID for the given canonical time zone ID at the given date.
202 * @param date The date.
203 * @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
204 * corresponding meta zone at the given date or the implementation does not support meta zones, "bogus" state
209 virtual UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const = 0;
275 * Returns the display name of the time zone at the given date.
283 * @param date The date.
284 * @param name Receives the display name for the time zone at the given date. When this object does not have a localized display
285 * name for the time zone with the specified type and date, "bogus" state is set.
289 virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const;