Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java395 appendValue(new NumberPrinterParser(field, 1, 19, SignStyle.NORMAL)); in appendValue()
452NumberPrinterParser pp = new NumberPrinterParser(field, width, width, SignStyle.NOT_NEGATIVE); in appendValue()
505 NumberPrinterParser pp = new NumberPrinterParser(field, minWidth, maxWidth, signStyle); in appendValue()
632 private DateTimeFormatterBuilder appendValue(NumberPrinterParser pp) { in appendValue()
637NumberPrinterParser basePP = (NumberPrinterParser) active.printerParsers.get(activeValueParser); in appendValue()
2463 static class NumberPrinterParser implements DateTimePrinterParser { class in DateTimeFormatterBuilder
2496 NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle) { in NumberPrinterParser() method in DateTimeFormatterBuilder.NumberPrinterParser
2515 …protected NumberPrinterParser(TemporalField field, int minWidth, int maxWidth, SignStyle signStyle… in NumberPrinterParser() method in DateTimeFormatterBuilder.NumberPrinterParser
2529 NumberPrinterParser withFixedWidth() { in withFixedWidth()
2533 return new NumberPrinterParser(field, minWidth, maxWidth, signStyle, -1); in withFixedWidth()
[all …]