Searched refs:EMPTY_DTA (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestPadPrinterDecorator.java | 78 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical() 91 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_append() 98 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_noPadRequiredSingle() 104 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_padRequiredSingle() 110 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_noPadRequiredMultiple() 116 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_padRequiredMultiple() 123 getFormatter().formatTo(EMPTY_DTA, buf); in test_print_overPad()
|
D | TestCharLiteralPrinter.java | 75 getFormatter('a').formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|
D | TestStringLiteralPrinter.java | 75 getFormatter("hello").formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|
D | TestZoneOffsetPrinter.java | 165 getFormatter("+HH:MM:ss", "Z").formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|
D | AbstractTestPrinterParser.java | 148 protected static final TemporalAccessor EMPTY_DTA = new TemporalAccessor() { field in AbstractTestPrinterParser
|
D | TestNumberPrinter.java | 84 getFormatter(DAY_OF_MONTH, 1, 2, SignStyle.NEVER).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|
D | TestReducedPrinter.java | 98 getFormatter0(YEAR, 2, 2010).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|
D | TestFractionPrinterParser.java | 93 getFormatter(NANO_OF_SECOND, 0, 9, true).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|
D | TestTextPrinter.java | 93 getFormatter(DAY_OF_WEEK, TextStyle.FULL).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
|