Searched refs:SHORT_NAME_DST (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DTimeZoneNames.java42 public static final int SHORT_NAME_DST = 4; field in class:TimeZoneNames
120 return (style == TimeZone.LONG) ? row[LONG_NAME_DST] : row[SHORT_NAME_DST];

Completed in 61 milliseconds