Searched refs:toPrinterParser (Results 1 – 2 of 2) sorted by relevance
1332 appendInternal(formatter.toPrinterParser(false)); in append()1351 appendInternal(formatter.toPrinterParser(true)); in appendOptional()3260 .toFormatter().toPrinterParser(false); in parse()4454 … return formatter(context.getLocale(), chrono).toPrinterParser(false).format(context, buf); in format()4460 …return formatter(context.getLocale(), chrono).toPrinterParser(false).parse(context, text, position… in parse()
2026 CompositePrinterParser toPrinterParser(boolean optional) { in toPrinterParser() method in DateTimeFormatter