Searched refs:ZoneIdPrinterParser (Results 1 – 1 of 1) sorted by relevance
1012 appendInternal(new ZoneIdPrinterParser(TemporalQueries.zoneId(), "ZoneId()")); in appendZoneId()1068 appendInternal(new ZoneIdPrinterParser(QUERY_REGION_ONLY, "ZoneRegionId()")); in appendZoneRegionId()1124 appendInternal(new ZoneIdPrinterParser(TemporalQueries.zone(), "ZoneOrOffsetId()")); in appendZoneOrOffsetId()3624 static final class ZoneTextPrinterParser extends ZoneIdPrinterParser {3863 static class ZoneIdPrinterParser implements DateTimePrinterParser { class3867 ZoneIdPrinterParser(TemporalQuery<ZoneId> query, String description) { in ZoneIdPrinterParser() method in ZoneIdPrinterParser