/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriterTesterTest.java | 87 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.FileWriterCharSinkTester 102 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.CharArrayWriterCharSinkTester 134 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.PipedWriterCharSinkTester 150 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.StringWriterCharSinkTester 209 public char[] getChars() throws Exception { in getChars() method in WriterTesterTest.OutputStreamWriterCharSinkTester
|
/libcore/ojluni/src/main/java/java/text/ |
D | PatternEntry.java | 108 final String getChars() { in getChars() method in PatternEntry
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | CharWrapperTester.java | 90 public char[] getChars() throws Exception { in getChars() method in CharWrapperTester.WrapperSinkTester
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Long.java | 83 static void getChars(long i, int index, char[] buf) { in getChars() method in Long
|
D | String.java | 133 void getChars(char[] dst, int dstBegin) { in getChars() method in String 137 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { in getChars() method in String
|
D | Integer.java | 80 static void getChars(int i, int index, char[] buf) { in getChars() method in Integer
|
D | AbstractStringBuilder.java | 93 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { in getChars() method in AbstractStringBuilder
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | StringBuffer.annotated.java | 61 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new R… in getChars() method in StringBuffer
|
D | StringBuilder.annotated.java | 116 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars() method in StringBuilder
|
D | String.annotated.java | 86 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars() method in String
|
/libcore/ojluni/src/main/java/java/lang/ |
D | String.java | 743 void getChars(char dst[], int dstBegin) { in getChars() method in String 778 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() method in String
|
D | AbstractStringBuilder.java | 380 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) in getChars() method in AbstractStringBuilder
|
D | Long.java | 434 static void getChars(long i, int index, char[] buf) { in getChars() method in Long
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FloatingDecimal.java | 358 private int getChars(char[] result) { in getChars() method in FloatingDecimal.BinaryToASCIIBuffer
|