/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/util/ |
D | StringJoiner.java | 150 private static int getChars(String s, char[] chars, int start) { in getChars() method in StringJoiner
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | CharSinkTester.java | 48 public abstract char[] getChars() throws Exception; in getChars() method in CharSinkTester
|
D | CharWrapperTester.java | 90 public char[] getChars() throws Exception { in getChars() method in CharWrapperTester.WrapperSinkTester
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Long.java | 521 static int getChars(long i, int index, byte[] buf) { in getChars() method 569 static int getChars(long i, int index, char[] buf) { in getChars() method
|
D | StringBuffer.java | 289 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, in getChars() method in StringBuffer
|
D | String.java | 1000 void getChars(char dst[], int dstBegin) { in getChars() method in String 1036 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() method in String
|
D | AbstractStringBuilder.java | 467 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) in getChars() method in AbstractStringBuilder
|
D | StringLatin1.java | 84 public static void getChars(byte[] value, int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() method in StringLatin1
|
/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 | 88 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) { throw new RuntimeExcepti… in getChars() method in String
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FloatingDecimal.java | 358 private int getChars(char[] result) { in getChars() method in FloatingDecimal.BinaryToASCIIBuffer
|