Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java552 ReducedPrinterParser pp = new ReducedPrinterParser(field, width, maxWidth, baseValue, null); in appendValueReduced()
613 ReducedPrinterParser pp = new ReducedPrinterParser(field, width, maxWidth, 0, baseDate); in appendValueReduced()
1719 appendValueReduced(field, 2, 2, ReducedPrinterParser.BASE_DATE); in parseField()
2747 static final class ReducedPrinterParser extends NumberPrinterParser { class in DateTimeFormatterBuilder
2765 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser() method in DateTimeFormatterBuilder.ReducedPrinterParser
2799 private ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser() method in DateTimeFormatterBuilder.ReducedPrinterParser
2863 ReducedPrinterParser withFixedWidth() { in withFixedWidth()
2867 return new ReducedPrinterParser(field, minWidth, maxWidth, baseValue, baseDate, -1); in withFixedWidth()
2877 ReducedPrinterParser withSubsequentWidth(int subsequentWidth) { in withSubsequentWidth()
2878 return new ReducedPrinterParser(field, minWidth, maxWidth, baseValue, baseDate, in withSubsequentWidth()
[all …]