Searched refs:getTimeZoneNames (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneNamesFactoryImpl.java21 * @see android.icu.text.TimeZoneNames.Factory#getTimeZoneNames(android.icu.util.ULocale)
24 public TimeZoneNames getTimeZoneNames(ULocale locale) { method in class:TimeZoneNamesFactoryImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesFactoryImpl.java19 * @see com.ibm.icu.text.TimeZoneNames.Factory#getTimeZoneNames(com.ibm.icu.util.ULocale)
22 public TimeZoneNames getTimeZoneNames(ULocale locale) { method in class:TimeZoneNamesFactoryImpl
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java467 public abstract TimeZoneNames getTimeZoneNames(ULocale locale); method in class:TimeZoneNames.Factory
492 return TZNAMES_FACTORY.getTimeZoneNames(data);
579 * @see android.icu.text.TimeZoneNames.Factory#getTimeZoneNames (android.icu.util.ULocale)
582 public TimeZoneNames getTimeZoneNames(ULocale locale) { method in class:TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
H A DTimeZoneFormat.java474 public TimeZoneNames getTimeZoneNames() { method in class:TimeZoneFormat
521 * @see #getTimeZoneNames()
1713 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
1714 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
1730 String location = getTimeZoneNames().getExemplarLocationName(ZoneMeta.getCanonicalCLDRID(tz));
1733 location = getTimeZoneNames().getExemplarLocationName(UNKNOWN_ZONE_ID);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java500 public abstract TimeZoneNames getTimeZoneNames(ULocale locale); method in class:TimeZoneNames.Factory
524 return TZNAMES_FACTORY.getTimeZoneNames(data);
611 * @see com.ibm.icu.text.TimeZoneNames.Factory#getTimeZoneNames (com.ibm.icu.util.ULocale)
614 public TimeZoneNames getTimeZoneNames(ULocale locale) { method in class:TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
H A DTimeZoneFormat.java514 public TimeZoneNames getTimeZoneNames() { method in class:TimeZoneFormat
561 * @see #getTimeZoneNames()
1783 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
1784 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
1800 String location = getTimeZoneNames().getExemplarLocationName(ZoneMeta.getCanonicalCLDRID(tz));
1803 location = getTimeZoneNames().getExemplarLocationName(UNKNOWN_ZONE_ID);
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h323 const TimeZoneNames* getTimeZoneNames() const;
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp515 TimeZoneFormat::getTimeZoneNames() const { function in class:TimeZoneFormat

Completed in 199 milliseconds