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

/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatterBuilder.java1240 * @param preferredZones the set of preferred zone ids, not null
1244 Set<ZoneId> preferredZones) {
1245 Objects.requireNonNull(preferredZones, "preferredZones");
1246 appendInternal(new ZoneTextPrinterParser(textStyle, preferredZones, false));
1305 * @param preferredZones the set of preferred zone ids, not null
1310 Set<ZoneId> preferredZones) {
1311 appendInternal(new ZoneTextPrinterParser(textStyle, preferredZones, true));
3992 private Set<String> preferredZones; field in class:DateTimeFormatterBuilder.ZoneTextPrinterParser
3996 ZoneTextPrinterParser(TextStyle textStyle, Set<ZoneId> preferredZones, boolea argument
1243 appendZoneText(TextStyle textStyle, Set<ZoneId> preferredZones) argument
1309 appendGenericZoneText(TextStyle textStyle, Set<ZoneId> preferredZones) argument
[all...]

Completed in 103 milliseconds