Searched defs:getChars (Results 1 - 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DWriterTesterTest.java87 public char[] getChars() throws Exception { method in class:WriterTesterTest.FileWriterCharSinkTester
102 public char[] getChars() throws Exception { method in class:WriterTesterTest.CharArrayWriterCharSinkTester
134 public char[] getChars() throws Exception { method in class:WriterTesterTest.PipedWriterCharSinkTester
150 public char[] getChars() throws Exception { method in class:WriterTesterTest.StringWriterCharSinkTester
209 public char[] getChars() throws Exception { method in class:WriterTesterTest.OutputStreamWriterCharSinkTester
/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DCharSinkTester.java48 public abstract char[] getChars() throws Exception; method in class:CharSinkTester
98 assertArrayEquals(expected, getChars());
111 assertArrayEquals(expected, getChars());
123 assertArrayEquals(expected, getChars());
136 assertArrayEquals(expected, getChars());
162 assertArrayEquals(expected, getChars());
176 assertArrayEquals(expected, getChars());
192 assertArrayEquals(expectedChars, getChars());
H A DCharWrapperTester.java90 public char[] getChars() throws Exception { method in class:CharWrapperTester.WrapperSinkTester
/libcore/luni/src/main/java/java/lang/
H A DAbstractStringBuilder.java295 public void getChars(int start, int end, char[] dst, int dstStart) { method in class:AbstractStringBuilder
H A DStringBuffer.java418 public synchronized void getChars(int start, int end, char[] buffer, int idx) { method in class:StringBuffer
419 super.getChars(start, end, buffer, idx);
/libcore/libart/src/main/java/java/lang/
H A DString.java485 stringBuilder.getChars(0, this.count, this.value, 0);
810 public void getChars(int start, int end, char[] buffer, int index) { method in class:String
820 * getChars without bounds checks, for use by other classes

Completed in 158 milliseconds