Searched refs:CharLiteralPrinterParser (Results 1 – 1 of 1) sorted by relevance
1303 appendInternal(new CharLiteralPrinterParser(literal)); in appendLiteral()1321 appendInternal(new CharLiteralPrinterParser(literal.charAt(0))); in appendLiteral()2393 static final class CharLiteralPrinterParser implements DateTimePrinterParser { class in DateTimeFormatterBuilder2396 CharLiteralPrinterParser(char literal) { in CharLiteralPrinterParser() method in DateTimeFormatterBuilder.CharLiteralPrinterParser