Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java40 public static final int SHORT_NAME = 2; field in TimeZoneNames
122 return (style == TimeZone.LONG) ? row[LONG_NAME] : row[SHORT_NAME]; in getDisplayName()