Searched refs:numberPrinterParser (Results 1 – 1 of 1) sorted by relevance
3380 private volatile NumberPrinterParser numberPrinterParser; field in DateTimeFormatterBuilder.TextPrinterParser3410 return numberPrinterParser().format(context, buf); in format()3452 return numberPrinterParser().parse(context, parseText, position); in parse()3459 private NumberPrinterParser numberPrinterParser() { in numberPrinterParser() method in DateTimeFormatterBuilder.TextPrinterParser3460 if (numberPrinterParser == null) { in numberPrinterParser()3461 numberPrinterParser = new NumberPrinterParser(field, 1, 19, SignStyle.NORMAL); in numberPrinterParser()3463 return numberPrinterParser; in numberPrinterParser()