Searched defs:getChars (Results 1 – 8 of 8) sorted by relevance
/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/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/text/ |
D | PatternEntry.java | 108 final String getChars() { in getChars() method in PatternEntry
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StringBuffer.java | 242 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, in getChars() method in StringBuffer
|
D | String.java | 702 void getChars(char dst[], int dstBegin) { in getChars() method in String 736 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { in getChars() method in String
|
D | AbstractStringBuilder.java | 381 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) in getChars() method in AbstractStringBuilder
|
D | Long.java | 430 static void getChars(long i, int index, char[] buf) { in getChars() method in Long
|