Searched refs:ZoneIdPrinterParser (Results 1 – 1 of 1) sorted by relevance
1009 appendInternal(new ZoneIdPrinterParser(TemporalQueries.zoneId(), "ZoneId()")); in appendZoneId()1065 appendInternal(new ZoneIdPrinterParser(QUERY_REGION_ONLY, "ZoneRegionId()")); in appendZoneRegionId()1121 appendInternal(new ZoneIdPrinterParser(TemporalQueries.zone(), "ZoneOrOffsetId()")); in appendZoneOrOffsetId()3621 static final class ZoneTextPrinterParser extends ZoneIdPrinterParser {3813 static class ZoneIdPrinterParser implements DateTimePrinterParser { class3817 ZoneIdPrinterParser(TemporalQuery<ZoneId> query, String description) { in ZoneIdPrinterParser() method in ZoneIdPrinterParser