Home
last modified time | relevance | path

Searched defs:getChars (Results 1 – 8 of 8) 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/ojluni/src/main/java/java/text/
DPatternEntry.java108 final String getChars() { in getChars() method in PatternEntry
/libcore/ojluni/src/main/java/java/lang/
DStringBuffer.java242 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, in getChars() method in StringBuffer
DString.java702 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
DAbstractStringBuilder.java381 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) in getChars() method in AbstractStringBuilder
DLong.java430 static void getChars(long i, int index, char[] buf) { in getChars() method in Long