Searched refs:getTimeZoneDisplayName (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp115 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
272 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const { function in class:TimeZoneNamesDelegate
273 return fTZnamesCacheEntry->names->getTimeZoneDisplayName(tzID, type, name);
304 getTimeZoneDisplayName(tzID, type, name);
H A Dtznames_impl.h181 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
H A Dtzgnames.cpp627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
H A Dtznames_impl.cpp1073 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const { function in class:TimeZoneNamesImpl
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h115 * {@link #getTimeZoneDisplayName} is designed for accessing a name only used by a single time zone.
117 * may provide time zone names only through {@link #getTimeZoneDisplayName}, or only through {@link #getMetaZoneDisplayName},
241 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
267 * <b>Note:</b> This method calls the subclass's {@link #getTimeZoneDisplayName} first. When the
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp115 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
272 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const { function in class:TimeZoneNamesDelegate
273 return fTZnamesCacheEntry->names->getTimeZoneDisplayName(tzID, type, name);
304 getTimeZoneDisplayName(tzID, type, name);
H A Dtznames_impl.h181 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
H A Dtzgnames.cpp627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
H A Dtznames_impl.cpp1073 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const { function in class:TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h113 * {@link #getTimeZoneDisplayName} is designed for accessing a name only used by a single time zone.
115 * may provide time zone names only through {@link #getTimeZoneDisplayName}, or only through {@link #getMetaZoneDisplayName},
239 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
265 * <b>Note:</b> This method calls the subclass's {@link #getTimeZoneDisplayName} first. When the

Completed in 840 milliseconds