Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java42 private static final int SHORT_NAME_DST = 4; field in TimeZoneNames
88 if (j == LONG_NAME_DST || j == SHORT_NAME_DST) { in addOffsetStrings()
131 return (style == TimeZone.LONG) ? row[LONG_NAME_DST] : row[SHORT_NAME_DST]; in getDisplayName()