Searched defs:literal (Results 1 – 4 of 4) sorted by relevance
191 String literal = (String) Class.forName("libcore.java.lang.StringTest$HasLiteral") in testInternBeforeLiteralIsLoaded() local198 static String literal = "[5058, 9962, 1563, 5744]"; field in StringTest.HasLiteral
294 String literal = nextToInternal("{}[]/\\:,=;# \t\f"); in readLiteral() local
1442 public DateTimeFormatterBuilder appendLiteral(char literal) { in appendLiteral()1457 public DateTimeFormatterBuilder appendLiteral(String literal) { in appendLiteral()2635 private final char literal; field in DateTimeFormatterBuilder.CharLiteralPrinterParser2637 CharLiteralPrinterParser(char literal) { in CharLiteralPrinterParser()2678 private final String literal; field in DateTimeFormatterBuilder.StringLiteralPrinterParser2680 StringLiteralPrinterParser(String literal) { in StringLiteralPrinterParser()
618 private static void checkLiteral(CharSequence string, int index, String literal) { in checkLiteral()