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.java573 ReducedPrinterParser pp = new ReducedPrinterParser(field, width, maxWidth, baseValue, null); in appendValueReduced()
634 ReducedPrinterParser pp = new ReducedPrinterParser(field, width, maxWidth, 0, baseDate); in appendValueReduced()
1958 appendValueReduced(field, 2, 2, ReducedPrinterParser.BASE_DATE); in parseField()
2997 static final class ReducedPrinterParser extends NumberPrinterParser { class in DateTimeFormatterBuilder
3015 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser() method in DateTimeFormatterBuilder.ReducedPrinterParser
3049 private ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, in ReducedPrinterParser() method in DateTimeFormatterBuilder.ReducedPrinterParser
3113 ReducedPrinterParser withFixedWidth() { in withFixedWidth()
3117 return new ReducedPrinterParser(field, minWidth, maxWidth, baseValue, baseDate, -1); in withFixedWidth()
3127 ReducedPrinterParser withSubsequentWidth(int subsequentWidth) { in withSubsequentWidth()
3128 return new ReducedPrinterParser(field, minWidth, maxWidth, baseValue, baseDate, in withSubsequentWidth()
[all …]