Home
last modified time | relevance | path

Searched refs:getTimeZoneNames (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java470 public abstract TimeZoneNames getTimeZoneNames(ULocale locale); in getTimeZoneNames() method in TimeZoneNames.Factory
494 return TZNAMES_FACTORY.getTimeZoneNames(data); in createInstance()
584 public TimeZoneNames getTimeZoneNames(ULocale locale) { in getTimeZoneNames() method in TimeZoneNames.DefaultTimeZoneNames.FactoryImpl
DTimeZoneFormat.java515 public TimeZoneNames getTimeZoneNames() { in getTimeZoneNames() method in TimeZoneFormat
1784 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
1785 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
1801 … String location = getTimeZoneNames().getExemplarLocationName(ZoneMeta.getCanonicalCLDRID(tz));
1804 location = getTimeZoneNames().getExemplarLocationName(UNKNOWN_ZONE_ID);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesFactoryImpl.java22 public TimeZoneNames getTimeZoneNames(ULocale locale) { in getTimeZoneNames() method in TimeZoneNamesFactoryImpl
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h326 const TimeZoneNames* getTimeZoneNames() const;
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp515 TimeZoneFormat::getTimeZoneNames() const { in getTimeZoneNames() function in TimeZoneFormat