Searched refs:toPrinterParser (Results 1 – 2 of 2) sorted by relevance
1341 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()
2026 CompositePrinterParser toPrinterParser(boolean optional) { in toPrinterParser() method in DateTimeFormatter