Searched refs:numberPrinterParser (Results 1 – 1 of 1) sorted by relevance
3082 private volatile NumberPrinterParser numberPrinterParser; field in DateTimeFormatterBuilder.TextPrinterParser3112 return numberPrinterParser().format(context, buf); in format()3144 return numberPrinterParser().parse(context, parseText, position); in parse()3151 private NumberPrinterParser numberPrinterParser() { in numberPrinterParser() method in DateTimeFormatterBuilder.TextPrinterParser3152 if (numberPrinterParser == null) { in numberPrinterParser()3153 numberPrinterParser = new NumberPrinterParser(field, 1, 19, SignStyle.NORMAL); in numberPrinterParser()3155 return numberPrinterParser; in numberPrinterParser()