Home
last modified time | relevance | path

Searched refs:cldt (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/time/chrono/
DChronology.java510 …ChronoLocalDateTimeImpl<?> cldt = ChronoLocalDateTimeImpl.ensureValid(this, localDateTime(temporal… in zonedDateTime()
511 return ChronoZonedDateTimeImpl.ofBest(cldt, zone, null); in zonedDateTime()
DChronoZonedDateTimeImpl.java175 ChronoLocalDateTimeImpl<?> cldt = (ChronoLocalDateTimeImpl<?>)chrono.localDateTime(ldt); in ofInstant() local
176 return new ChronoZonedDateTimeImpl<>(cldt, offset, zone); in ofInstant()
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestExampleCode.java182 ChronoLocalDateTime<?> cldt = date.atTime(LocalTime.NOON); in test_unknownChronologyWithDateTime() local
183 ChronoLocalDate ld = cldt.toLocalDate(); in test_unknownChronologyWithDateTime()
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeParseResolver.java1046 … ChronoLocalDateTime<?> cldt = ThaiBuddhistChronology.INSTANCE.dateNow().atTime(LocalTime.NOON); in test_fieldResolvesToChronoLocalDateTime_noOverrideChrono_wrongChrono() local
1047 …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() local
1054 …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() local
1087 …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() local
1094 …DateTimeFormatter f = new DateTimeFormatterBuilder().appendValue(new ResolvingField(cldt)).toForma… in test_fieldResolvesToChronoZonedDateTime_overrideChrono_wrongChrono()
/libcore/ojluni/src/main/java/java/time/format/
DParsed.java280 ChronoLocalDateTime<?> cldt = (ChronoLocalDateTime<?>) resolvedObject; in resolveFields() local
281 updateCheckConflict(cldt.toLocalTime(), Period.ZERO); in resolveFields()
282 updateCheckConflict(cldt.toLocalDate()); in resolveFields()