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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 67 * {@link #getMetaZoneDisplayName(String, NameType)}, or both.
239 public abstract String getMetaZoneDisplayName(String mzID, NameType type);
247 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)}.
262 name = getMetaZoneDisplayName(mzID, type);
433 name = getMetaZoneDisplayName(mzID, type);
546 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, android.icu.text.TimeZoneNames.NameType)
549 public String getMetaZoneDisplayName(String mzID, NameType type) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 66 * {@link #getMetaZoneDisplayName(String, NameType)}, or both.
265 public abstract String getMetaZoneDisplayName(String mzID, NameType type);
273 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)}.
289 name = getMetaZoneDisplayName(mzID, type);
467 name = getMetaZoneDisplayName(mzID, type);
578 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType)
581 public String getMetaZoneDisplayName(String mzID, NameType type) {
  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/
TimeZoneNamesTest.java 89 String europeanCentralName = usNames.getMetaZoneDisplayName("Europe_Central",
94 String americaPacificName = tzdbNames.getMetaZoneDisplayName("America_Pacific",
  /external/icu/icu4c/source/i18n/
tznames.cpp 114 UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
267 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const {
268 return fTZnamesCacheEntry->names->getMetaZoneDisplayName(mzID, type, name);
328 getMetaZoneDisplayName(mzID, type, name);
tznames_impl.h 180 UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
231 UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
tzgnames.cpp 711 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
720 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
898 fTimeZoneNames->getMetaZoneDisplayName(*mzID, genNonLocTypes[i], mzGenName);
    [all...]
tznames_impl.cpp 1101 TimeZoneNamesImpl::getMetaZoneDisplayName(const UnicodeString& mzID,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 115 * may provide time zone names only through {@link #getTimeZoneDisplayName}, or only through {@link #getMetaZoneDisplayName},
239 virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
279 * time zone, then calls {@link #getMetaZoneDisplayName}.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 394 String mzGenericName = _tznames.getMetaZoneDisplayName(mzID, nameType);
403 String mzName = _tznames.getMetaZoneDisplayName(mzID, nameType);
500 String mzGenName = _tznames.getMetaZoneDisplayName(mzID, genNonLocType);
    [all...]
TZDBTimeZoneNames.java 95 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String,
99 public String getMetaZoneDisplayName(String mzID, NameType type) {
TimeZoneNamesImpl.java 163 * @see android.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, android.icu.text.TimeZoneNames.NameType)
166 public String getMetaZoneDisplayName(String mzID, NameType type) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 392 String mzGenericName = _tznames.getMetaZoneDisplayName(mzID, nameType);
401 String mzName = _tznames.getMetaZoneDisplayName(mzID, nameType);
498 String mzGenName = _tznames.getMetaZoneDisplayName(mzID, genNonLocType);
    [all...]
TZDBTimeZoneNames.java 93 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String,
97 public String getMetaZoneDisplayName(String mzID, NameType type) {
TimeZoneNamesImpl.java 161 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType)
164 public String getMetaZoneDisplayName(String mzID, NameType type) {
    [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 241 milliseconds