Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java41 private static final int LONG_NAME_DST = 3; 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()