Searched refs:CharLiteralPrinterParser (Results 1 – 1 of 1) sorted by relevance
1294 appendInternal(new CharLiteralPrinterParser(literal)); in appendLiteral()1312 appendInternal(new CharLiteralPrinterParser(literal.charAt(0))); in appendLiteral()2384 static final class CharLiteralPrinterParser implements DateTimePrinterParser { class in DateTimeFormatterBuilder2387 CharLiteralPrinterParser(char literal) { in CharLiteralPrinterParser() method in DateTimeFormatterBuilder.CharLiteralPrinterParser