Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java1341 appendInternal(formatter.toPrinterParser(false)); in append()
1360 appendInternal(formatter.toPrinterParser(true)); in appendOptional()
3269 .toFormatter().toPrinterParser(false); in parse()
4465 … return formatter(context.getLocale(), chrono).toPrinterParser(false).format(context, buf); in format()
4471 …return formatter(context.getLocale(), chrono).toPrinterParser(false).parse(context, text, position… in parse()
DDateTimeFormatter.java2026 CompositePrinterParser toPrinterParser(boolean optional) { in toPrinterParser() method in DateTimeFormatter