Searched refs:SHORT_NAME (Results 1 – 1 of 1) sorted by relevance
40 public static final int SHORT_NAME = 2; field in TimeZoneNames122 return (style == TimeZone.LONG) ? row[LONG_NAME] : row[SHORT_NAME]; in getDisplayName()