Searched refs:ZoneIdPrinterParser (Results 1 – 1 of 1) sorted by relevance
1021 appendInternal(new ZoneIdPrinterParser(TemporalQueries.zoneId(), "ZoneId()")); in appendZoneId()1077 appendInternal(new ZoneIdPrinterParser(QUERY_REGION_ONLY, "ZoneRegionId()")); in appendZoneRegionId()1133 appendInternal(new ZoneIdPrinterParser(TemporalQueries.zone(), "ZoneOrOffsetId()")); in appendZoneOrOffsetId()3633 static final class ZoneTextPrinterParser extends ZoneIdPrinterParser {3874 static class ZoneIdPrinterParser implements DateTimePrinterParser { class3878 ZoneIdPrinterParser(TemporalQuery<ZoneId> query, String description) { in ZoneIdPrinterParser() method in ZoneIdPrinterParser