Searched refs:CharLiteralPrinterParser (Results 1 – 1 of 1) sorted by relevance
1443 appendInternal(new CharLiteralPrinterParser(literal)); in appendLiteral()1461 appendInternal(new CharLiteralPrinterParser(literal.charAt(0))); in appendLiteral()2634 static final class CharLiteralPrinterParser implements DateTimePrinterParser { class in DateTimeFormatterBuilder2637 CharLiteralPrinterParser(char literal) { in CharLiteralPrinterParser() method in DateTimeFormatterBuilder.CharLiteralPrinterParser