Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DTimeZoneNameProviderICU.java32 String lstd = tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date); in getDisplayName() local
37 if (lstd != null && ldst != null && sstd != null && sdst != null) { in getDisplayName()
40 dispName = daylight ? ldst : lstd; in getDisplayName()