Searched refs:cldt (Results 1 – 5 of 5) sorted by relevance
182 ChronoLocalDateTime<?> cldt = date.atTime(LocalTime.NOON); in test_unknownChronologyWithDateTime() local183 ChronoLocalDate ld = cldt.toLocalDate(); in test_unknownChronologyWithDateTime()
515 …ChronoLocalDateTimeImpl<?> cldt = ChronoLocalDateTimeImpl.ensureValid(this, localDateTime(temporal… in zonedDateTime()516 return ChronoZonedDateTimeImpl.ofBest(cldt, zone, null); in zonedDateTime()
176 ChronoLocalDateTimeImpl<?> cldt = (ChronoLocalDateTimeImpl<?>)chrono.localDateTime(ldt); in ofInstant() local177 return new ChronoZonedDateTimeImpl<>(cldt, offset, zone); in ofInstant()
1050 … ChronoLocalDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON); in test_fieldResolvesToChronoLocalDateTime_noOverrideChrono_wrongChrono() local1051 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoLocalDateTime_noOverrideChrono_wrongChrono()1057 … ChronoLocalDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON); in test_fieldResolvesToChronoLocalDateTime_overrideChrono_wrongChrono() local1058 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoLocalDateTime_overrideChrono_wrongChrono()1090 …ChronoZonedDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON).atZ… in test_fieldResolvesToChronoZonedDateTime_noOverrideChrono_wrongChrono() local1091 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoZonedDateTime_noOverrideChrono_wrongChrono()1097 …ChronoZonedDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON).atZ… in test_fieldResolvesToChronoZonedDateTime_overrideChrono_wrongChrono() local1098 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoZonedDateTime_overrideChrono_wrongChrono()
293 if (resolvedObject instanceof ChronoLocalDateTime<?> cldt) { in resolveFields()294 updateCheckConflict(cldt.toLocalTime(), Period.ZERO); in resolveFields()295 updateCheckConflict(cldt.toLocalDate()); in resolveFields()