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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java79 * @see android.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
82 public String getMetaZoneID(String tzID, long date) { method in class:TZDBTimeZoneNames
H A DTimeZoneNamesImpl.java116 * @see android.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
119 public String getMetaZoneID(String tzID, long date) { method in class:TimeZoneNamesImpl
265 String mzID = getMetaZoneID(tzID, date);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java73 * {@link #getMetaZoneID(String, long)}, and {@link #getReferenceZoneID(String, String)} won't be changed no matter
209 public abstract String getMetaZoneID(String tzID, long date); method in class:TimeZoneNames
246 * result is null, this method calls {@link #getMetaZoneID(String, long)} to get the meta zone ID mapped from the
261 String mzID = getMetaZoneID(tzID, date);
431 mzID = getMetaZoneID(tzID, date);
527 * @see android.icu.text.TimeZoneNames#getMetaZoneID (java.lang.String, long)
530 public String getMetaZoneID(String tzID, long date) { method in class:TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java77 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
80 public String getMetaZoneID(String tzID, long date) { method in class:TZDBTimeZoneNames
H A DTimeZoneNamesImpl.java114 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
117 public String getMetaZoneID(String tzID, long date) { method in class:TimeZoneNamesImpl
263 String mzID = getMetaZoneID(tzID, date);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java72 * {@link #getMetaZoneID(String, long)}, and {@link #getReferenceZoneID(String, String)} won't be changed no matter
233 public abstract String getMetaZoneID(String tzID, long date); method in class:TimeZoneNames
272 * result is null, this method calls {@link #getMetaZoneID(String, long)} to get the meta zone ID mapped from the
288 String mzID = getMetaZoneID(tzID, date);
465 mzID = getMetaZoneID(tzID, date);
559 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneID (java.lang.String, long)
562 public String getMetaZoneID(String tzID, long date) { method in class:TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp111 UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const;
257 TimeZoneNamesDelegate::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { function in class:TimeZoneNamesDelegate
258 return fTZnamesCacheEntry->names->getMetaZoneID(tzID, date, mzID);
327 getMetaZoneID(tzID, date, mzID);
H A Dtznames_impl.cpp1076 TimeZoneNamesImpl::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { function in class:TimeZoneNamesImpl
1080 // static implementation of getMetaZoneID
1900 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { function in class:TZDBTimeZoneNames

Completed in 5730 milliseconds