Searched defs:getAvailableMetaZoneIDs (Results 1 - 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java63 * @see android.icu.text.TimeZoneNames#getAvailableMetaZoneIDs()
66 public Set<String> getAvailableMetaZoneIDs() { method in class:TZDBTimeZoneNames
71 * @see android.icu.text.TimeZoneNames#getAvailableMetaZoneIDs(java.lang.String)
74 public Set<String> getAvailableMetaZoneIDs(String tzID) { method in class:TZDBTimeZoneNames
H A DTimeZoneNamesImpl.java70 * @see android.icu.text.TimeZoneNames#getAvailableMetaZoneIDs()
73 public Set<String> getAvailableMetaZoneIDs() { method in class:TimeZoneNamesImpl
92 * @see android.icu.text.TimeZoneNames#getAvailableMetaZoneIDs(java.lang.String)
95 public Set<String> getAvailableMetaZoneIDs(String tzID) { method in class:TimeZoneNamesImpl
432 Set<String> mzIDs = getAvailableMetaZoneIDs(tzCanonicalID);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneNames.java72 * locales. Therefore, the behavior of {@link #getAvailableMetaZoneIDs()}, {@link #getAvailableMetaZoneIDs(String)},
187 public abstract Set<String> getAvailableMetaZoneIDs(); method in class:TimeZoneNames
196 public abstract Set<String> getAvailableMetaZoneIDs(String tzID); method in class:TimeZoneNames
509 * @see android.icu.text.TimeZoneNames#getAvailableMetaZoneIDs()
512 public Set<String> getAvailableMetaZoneIDs() { method in class:TimeZoneNames.DefaultTimeZoneNames
517 * @see android.icu.text.TimeZoneNames#getAvailableMetaZoneIDs(java.lang.String)
520 public Set<String> getAvailableMetaZoneIDs(String tzID) { method in class:TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java61 * @see com.ibm.icu.text.TimeZoneNames#getAvailableMetaZoneIDs()
64 public Set<String> getAvailableMetaZoneIDs() { method in class:TZDBTimeZoneNames
69 * @see com.ibm.icu.text.TimeZoneNames#getAvailableMetaZoneIDs(java.lang.String)
72 public Set<String> getAvailableMetaZoneIDs(String tzID) { method in class:TZDBTimeZoneNames
H A DTimeZoneNamesImpl.java68 * @see com.ibm.icu.text.TimeZoneNames#getAvailableMetaZoneIDs()
71 public Set<String> getAvailableMetaZoneIDs() { method in class:TimeZoneNamesImpl
90 * @see com.ibm.icu.text.TimeZoneNames#getAvailableMetaZoneIDs(java.lang.String)
93 public Set<String> getAvailableMetaZoneIDs(String tzID) { method in class:TimeZoneNamesImpl
430 Set<String> mzIDs = getAvailableMetaZoneIDs(tzCanonicalID);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java71 * locales. Therefore, the behavior of {@link #getAvailableMetaZoneIDs()}, {@link #getAvailableMetaZoneIDs(String)},
209 public abstract Set<String> getAvailableMetaZoneIDs(); method in class:TimeZoneNames
219 public abstract Set<String> getAvailableMetaZoneIDs(String tzID); method in class:TimeZoneNames
541 * @see com.ibm.icu.text.TimeZoneNames#getAvailableMetaZoneIDs()
544 public Set<String> getAvailableMetaZoneIDs() { method in class:TimeZoneNames.DefaultTimeZoneNames
549 * @see com.ibm.icu.text.TimeZoneNames#getAvailableMetaZoneIDs(java.lang.String)
552 public Set<String> getAvailableMetaZoneIDs(String tzID) { method in class:TimeZoneNames.DefaultTimeZoneNames
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp109 StringEnumeration* getAvailableMetaZoneIDs(UErrorCode& status) const;
110 StringEnumeration* getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const;
247 TimeZoneNamesDelegate::getAvailableMetaZoneIDs(UErrorCode& status) const { function in class:TimeZoneNamesDelegate
248 return fTZnamesCacheEntry->names->getAvailableMetaZoneIDs(status);
252 TimeZoneNamesDelegate::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { function in class:TimeZoneNamesDelegate
253 return fTZnamesCacheEntry->names->getAvailableMetaZoneIDs(tzID, status);
H A Dtznames_impl.cpp969 StringEnumeration *mzIDs = getAvailableMetaZoneIDs(tzCanonicalID, status);
1018 TimeZoneNamesImpl::getAvailableMetaZoneIDs(UErrorCode& status) const { function in class:TimeZoneNamesImpl
1022 // static implementation of getAvailableMetaZoneIDs(UErrorCode&)
1036 TimeZoneNamesImpl::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { function in class:TimeZoneNamesImpl
1040 // static implementation of getAvailableMetaZoneIDs(const UnicodeString&, UErrorCode&)
1890 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { function in class:TZDBTimeZoneNames
1895 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { function in class:TZDBTimeZoneNames
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 290 milliseconds