Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4134 private static final int STD = 0; field in ZoneTextPrinterParser
4226 case STD: in getDisplayName()
4246 type = zone.getRules().isDaylightSavings(Instant.from(dt)) ? DST : STD; in format()
4253 … type = zone.getRules().isDaylightSavings(ldt.atZone(zone).toInstant()) ? DST : STD; in format()