Searched refs:numberPrinterParser (Results 1 – 1 of 1) sorted by relevance
3091 private volatile NumberPrinterParser numberPrinterParser; field in DateTimeFormatterBuilder.TextPrinterParser3121 return numberPrinterParser().format(context, buf); in format()3153 return numberPrinterParser().parse(context, parseText, position); in parse()3160 private NumberPrinterParser numberPrinterParser() { in numberPrinterParser() method in DateTimeFormatterBuilder.TextPrinterParser3161 if (numberPrinterParser == null) { in numberPrinterParser()3162 numberPrinterParser = new NumberPrinterParser(field, 1, 19, SignStyle.NORMAL); in numberPrinterParser()3164 return numberPrinterParser; in numberPrinterParser()