Searched defs:UTimeZoneNameType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h27 typedef enum UTimeZoneNameType { enum
70 } UTimeZoneNameType; typedef in typeref:enum:UTimeZoneNameType
222 * @param type The display name type. See {@link #UTimeZoneNameType}.
229 virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
235 * @param type The display name type. See {@link #UTimeZoneNameType}.
241 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
272 * @param type The display name type. See {@link #UTimeZoneNameType}.
279 virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const;
308 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
319 void addMetaZone(UTimeZoneNameType nameTyp
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h27 typedef enum UTimeZoneNameType { enum
68 } UTimeZoneNameType; typedef in typeref:enum:UTimeZoneNameType
220 * @param type The display name type. See {@link #UTimeZoneNameType}.
227 virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
233 * @param type The display name type. See {@link #UTimeZoneNameType}.
239 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
270 * @param type The display name type. See {@link #UTimeZoneNameType}.
277 virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const;
306 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
317 void addMetaZone(UTimeZoneNameType nameTyp
[all...]

Completed in 915 milliseconds