HomeSort by relevance Sort by last modified time
    Searched full:lstd (Results 1 - 1 of 1) sorted by null

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

Completed in 182 milliseconds