Home
last modified time | relevance | path

Searched refs:toFormat (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatter.java759 Format format = test.toFormat(); in test_toFormat_format()
767 Format format = test.toFormat(); in test_toFormat_format_null()
774 Format format = test.toFormat(); in test_toFormat_format_notTemporal()
782 Format format = test.toFormat(); in test_toFormat_parseObject_String()
791 Format format = test.toFormat(); in test_toFormat_parseObject_String_parseError()
804 Format format = test.toFormat(); in test_toFormat_parseObject_String_parseErrorLongText()
818 Format format = test.toFormat(); in test_toFormat_parseObject_String_null()
826 Format format = test.toFormat(); in test_toFormat_parseObject_StringParsePosition()
838 Format format = test.toFormat(); in test_toFormat_parseObject_StringParsePosition_parseError()
850 Format format = test.toFormat(); in test_toFormat_parseObject_StringParsePosition_nullString()
[all …]
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java2043 public Format toFormat() { in toFormat() method in DateTimeFormatter
2063 public Format toFormat(TemporalQuery<?> parseQuery) { in toFormat() method in DateTimeFormatter