Home
last modified time | relevance | path

Searched refs:EMPTY_DTA (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestPadPrinterDecorator.java78 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()
DTestCharLiteralPrinter.java75 getFormatter('a').formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
DTestStringLiteralPrinter.java75 getFormatter("hello").formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
DTestZoneOffsetPrinter.java165 getFormatter("+HH:MM:ss", "Z").formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
DAbstractTestPrinterParser.java148 protected static final TemporalAccessor EMPTY_DTA = new TemporalAccessor() { field in AbstractTestPrinterParser
DTestNumberPrinter.java84 getFormatter(DAY_OF_MONTH, 1, 2, SignStyle.NEVER).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
DTestReducedPrinter.java98 getFormatter0(YEAR, 2, 2010).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
DTestFractionPrinterParser.java93 getFormatter(NANO_OF_SECOND, 0, 9, true).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()
DTestTextPrinter.java93 getFormatter(DAY_OF_WEEK, TextStyle.FULL).formatTo(EMPTY_DTA, buf); in test_print_emptyCalendrical()