Searched refs:cldt (Results 1 – 5 of 5) sorted by relevance
510 …ChronoLocalDateTimeImpl<?> cldt = ChronoLocalDateTimeImpl.ensureValid(this, localDateTime(temporal… in zonedDateTime()511 return ChronoZonedDateTimeImpl.ofBest(cldt, zone, null); in zonedDateTime()
175 ChronoLocalDateTimeImpl<?> cldt = (ChronoLocalDateTimeImpl<?>)chrono.localDateTime(ldt); in ofInstant() local176 return new ChronoZonedDateTimeImpl<>(cldt, offset, zone); in ofInstant()
182 ChronoLocalDateTime<?> cldt = date.atTime(LocalTime.NOON); in test_unknownChronologyWithDateTime() local183 ChronoLocalDate ld = cldt.toLocalDate(); in test_unknownChronologyWithDateTime()
1046 … ChronoLocalDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON); in test_fieldResolvesToChronoLocalDateTime_noOverrideChrono_wrongChrono() local1047 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoLocalDateTime_noOverrideChrono_wrongChrono()1053 … ChronoLocalDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON); in test_fieldResolvesToChronoLocalDateTime_overrideChrono_wrongChrono() local1054 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoLocalDateTime_overrideChrono_wrongChrono()1086 …ChronoZonedDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON).atZ… in test_fieldResolvesToChronoZonedDateTime_noOverrideChrono_wrongChrono() local1087 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoZonedDateTime_noOverrideChrono_wrongChrono()1093 …ChronoZonedDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON).atZ… in test_fieldResolvesToChronoZonedDateTime_overrideChrono_wrongChrono() local1094 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoZonedDateTime_overrideChrono_wrongChrono()
280 ChronoLocalDateTime<?> cldt = (ChronoLocalDateTime<?>) resolvedObject; in resolveFields() local281 updateCheckConflict(cldt.toLocalTime(), Period.ZERO); in resolveFields()282 updateCheckConflict(cldt.toLocalDate()); in resolveFields()