Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriterTesterTest.java87 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/
DCharSinkTester.java48 public abstract char[] getChars() throws Exception; in getChars() method in CharSinkTester
DCharWrapperTester.java90 public char[] getChars() throws Exception { in getChars() method in CharWrapperTester.WrapperSinkTester
/libcore/luni/src/main/java/java/lang/
DStringBuffer.java418 public synchronized void getChars(int start, int end, char[] buffer, int idx) { in getChars() method in StringBuffer
DAbstractStringBuilder.java295 public void getChars(int start, int end, char[] dst, int dstStart) { in getChars() method in AbstractStringBuilder
/libcore/libart/src/main/java/java/lang/
DString.java810 public void getChars(int start, int end, char[] buffer, int index) { in getChars() method in String