HomeSort by relevance Sort by last modified time
    Searched refs:getMetaZoneID (Results 1 - 20 of 20) sorted by null

  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/
TimeZoneNamesTest.java 103 String europeanCentralName = usNames.getMetaZoneID("Europe/Paris", 0);
107 String seoulName = tzdbNames.getMetaZoneID("Asia/Seoul", 0);
111 seoulName = tzdbNames.getMetaZoneID("Asia/Seoul", -786240000000L);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 73 * {@link #getMetaZoneID(String, long)}, and {@link #getReferenceZoneID(String, String)} won't be changed no matter
209 public abstract String getMetaZoneID(String tzID, long date);
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) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 72 * {@link #getMetaZoneID(String, long)}, and {@link #getReferenceZoneID(String, String)} won't be changed no matter
233 public abstract String getMetaZoneID(String tzID, long date);
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) {
  /external/icu/icu4c/source/i18n/
tznames.cpp 111 UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const;
257 TimeZoneNamesDelegate::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const {
258 return fTZnamesCacheEntry->names->getMetaZoneID(tzID, date, mzID);
327 getMetaZoneID(tzID, date, mzID);
tznames_impl.h 177 UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const;
228 UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const;
tznames_impl.cpp 1076 TimeZoneNamesImpl::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const {
1080 // static implementation of getMetaZoneID
1083 ZoneMeta::getMetazoneID(tzID, date, mzID);
    [all...]
tzgnames.cpp 636 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 122 * {@link #getMetaZoneID}, and {@link #getReferenceZoneID} won't be changed no matter
209 virtual UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const = 0;
278 * result is bogus, this method calls {@link #getMetaZoneID} to get the meta zone ID mapped from the
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 79 * @see android.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
82 public String getMetaZoneID(String tzID, long date) {
TimeZoneNamesImpl.java 116 * @see android.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
119 public String getMetaZoneID(String tzID, long date) {
265 String mzID = getMetaZoneID(tzID, date);
    [all...]
TimeZoneGenericNames.java 343 String mzID = _tznames.getMetaZoneID(tzID, date);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 77 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
80 public String getMetaZoneID(String tzID, long date) {
TimeZoneNamesImpl.java 114 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneID(java.lang.String, long)
117 public String getMetaZoneID(String tzID, long date) {
263 String mzID = getMetaZoneID(tzID, date);
    [all...]
TimeZoneGenericNames.java 341 String mzID = _tznames.getMetaZoneID(tzID, date);
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 412 milliseconds