Home
last modified time | relevance | path

Searched refs:stdNameType (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java381 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName() local
383 String stdName = _tznames.getDisplayName(tzID, stdNameType, date); in formatGenericNonLocationName()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java385 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName() local
387 String stdName = _tznames.getDisplayName(tzID, stdNameType, date); in formatGenericNonLocationName()
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp674 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName() local
677 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName()