Home
last modified time | relevance | path

Searched defs:getMetaZoneID (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java209 public abstract String getMetaZoneID(String tzID, long date); in getMetaZoneID() method in TimeZoneNames
530 public String getMetaZoneID(String tzID, long date) { in getMetaZoneID() method in TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java233 public abstract String getMetaZoneID(String tzID, long date); in getMetaZoneID() method in TimeZoneNames
562 public String getMetaZoneID(String tzID, long date) { in getMetaZoneID() method in TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java80 public String getMetaZoneID(String tzID, long date) { in getMetaZoneID() method in TZDBTimeZoneNames
DTimeZoneNamesImpl.java117 public String getMetaZoneID(String tzID, long date) { in getMetaZoneID() method in TimeZoneNamesImpl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTZDBTimeZoneNames.java82 public String getMetaZoneID(String tzID, long date) { in getMetaZoneID() method in TZDBTimeZoneNames
DTimeZoneNamesImpl.java119 public String getMetaZoneID(String tzID, long date) { in getMetaZoneID() method in TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/
Dtznames.cpp257 TimeZoneNamesDelegate::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) co… in getMetaZoneID() function in TimeZoneNamesDelegate
Dtznames_impl.cpp1076 TimeZoneNamesImpl::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID() function in TimeZoneNamesImpl
1900 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID() function in TZDBTimeZoneNames