Searched refs:Appendable (Results 1 – 16 of 16) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | Appendable.java | 51 public interface Appendable { interface 71 Appendable append(CharSequence csq) throws IOException; in append() 107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() 120 Appendable append(char c) throws IOException; in append()
|
D | AbstractStringBuilder.java | 47 abstract class AbstractStringBuilder implements Appendable, CharSequence {
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | MockIOExceptionAppendable.java | 67 public class MockIOExceptionAppendable implements Appendable { 69 public Appendable append(CharSequence csq) throws IOException { in append() 73 public Appendable append(char c) throws IOException { in append() 77 public Appendable append(CharSequence csq, int start, int end) in append()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Appendable.annotated.java | 32 public interface Appendable { interface 34 @libcore.util.NonNull public java.lang.Appendable append(@libcore.util.Nullable java.lang.CharSeque… in append() 36 @libcore.util.NonNull public java.lang.Appendable append(@libcore.util.Nullable java.lang.CharSeque… in append() 38 @libcore.util.NonNull public java.lang.Appendable append(char c) throws java.io.IOException; in append()
|
D | StringBuffer.annotated.java | 31 public final class StringBuffer implements java.lang.Appendable, java.lang.CharSequence, java.io.Se…
|
D | StringBuilder.annotated.java | 32 public final class StringBuilder implements java.lang.Appendable, java.lang.CharSequence, java.io.S…
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FloatingDecimal.java | 45 public static void appendTo(double d, java.lang.Appendable buf) { in appendTo() 49 public static void appendTo(float f, java.lang.Appendable buf) { in appendTo() 301 public void appendTo(java.lang.Appendable buf) { in appendTo() 400 public void appendTo(java.lang.Appendable buf); in appendTo() 427 public void appendTo(java.lang.Appendable buf) { in appendTo()
|
/libcore/ojluni/src/main/java/java/io/ |
D | Writer.java | 50 public abstract class Writer implements Appendable, Closeable, Flushable {
|
D | PrintStream.java | 59 implements Appendable, Closeable 998 formatter = new Formatter((Appendable) this); in format()
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | CharBuffer.java | 36 java.lang.Appendable,
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | AbstractStringBuilder.java | 31 abstract class AbstractStringBuilder implements java.lang.Appendable, java.lang.CharSequence {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | FormatterTest.java | 64 class MockAppendable implements Appendable { 65 public Appendable append(CharSequence arg0) throws IOException { in append() 69 public Appendable append(char arg0) throws IOException { in append() 73 public Appendable append(CharSequence arg0, int arg1, int arg2) in append() 100 class MockDestination implements Appendable, Flushable { 106 public Appendable append(char c) throws IOException { in append() 116 public Appendable append(CharSequence csq) throws IOException { in append() 126 public Appendable append(CharSequence csq, int start, int end) in append() 179 Formatter f2 = new Formatter((Appendable) null); in test_ConstructorLjava_lang_Appendable() 186 Appendable sb = f2.out(); in test_ConstructorLjava_lang_Appendable()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | CharBuffer.java | 123 implements Comparable<CharBuffer>, Appendable, CharSequence, Readable
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeFormatter.java | 1740 public void formatTo(TemporalAccessor temporal, Appendable appendable) { in formatTo()
|
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeFormatter.java | 446 test.formatTo(LocalDate.of(2008, 6, 30), (Appendable) null); in test_print_TemporalAppendable_nullAppendable()
|
/libcore/ |
D | openjdk_java_files.bp | 114 "ojluni/src/main/java/java/lang/Appendable.java",
|