Searched defs:getMetaZoneDisplayName (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java95 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String,
99 public String getMetaZoneDisplayName(String mzID, NameType type) { method in class:TZDBTimeZoneNames
H A DTimeZoneNamesImpl.java163 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, android.icu.text.TimeZoneNames.NameType)
166 public String getMetaZoneDisplayName(String mzID, NameType type) { method in class:TimeZoneNamesImpl
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java67 * {@link #getMetaZoneDisplayName(String, NameType)}, or both.
239 public abstract String getMetaZoneDisplayName(String mzID, NameType type); method in class:TimeZoneNames
247 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)}.
262 name = getMetaZoneDisplayName(mzID, type);
433 name = getMetaZoneDisplayName(mzID, type);
546 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, android.icu.text.TimeZoneNames.NameType)
549 public String getMetaZoneDisplayName(String mzID, NameType type) { method in class:TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java93 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String,
97 public String getMetaZoneDisplayName(String mzID, NameType type) { method in class:TZDBTimeZoneNames
H A DTimeZoneNamesImpl.java161 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType)
164 public String getMetaZoneDisplayName(String mzID, NameType type) { method in class:TimeZoneNamesImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java66 * {@link #getMetaZoneDisplayName(String, NameType)}, or both.
265 public abstract String getMetaZoneDisplayName(String mzID, NameType type); method in class:TimeZoneNames
273 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)}.
289 name = getMetaZoneDisplayName(mzID, type);
467 name = getMetaZoneDisplayName(mzID, type);
578 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType)
581 public String getMetaZoneDisplayName(String mzID, NameType type) { method in class:TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp114 UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
267 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const { function in class:TimeZoneNamesDelegate
268 return fTZnamesCacheEntry->names->getMetaZoneDisplayName(mzID, type, name);
328 getMetaZoneDisplayName(mzID, type, name);
H A Dtznames_impl.cpp1101 TimeZoneNamesImpl::getMetaZoneDisplayName(const UnicodeString& mzID, function in class:TimeZoneNamesImpl
1910 TZDBTimeZoneNames::getMetaZoneDisplayName(const UnicodeString& mzID, function in class:TZDBTimeZoneNames

Completed in 53 milliseconds