Searched defs:getChars (Results 1 - 11 of 11) 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/ojluni/src/main/java/java/text/
H A DPatternEntry.java108 final String getChars() { method in class:PatternEntry
/libcore/ojluni/src/main/java/java/lang/
H A DAbstractStringBuilder.java348 public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) method in class:AbstractStringBuilder
430 sb.getChars(0, len, value, count);
633 Integer.getChars(i, spaceNeeded, value);
660 Long.getChars(l, spaceNeeded, value);
H A DLong.java269 getChars(i, size, buf);
283 static void getChars(long i, int index, char[] buf) { method in class:Long
H A DStringBuffer.java215 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, method in class:StringBuffer
218 super.getChars(srcBegin, srcEnd, dst, dstBegin);
H A DInteger.java360 getChars(i, size, buf);
374 static void getChars(int i, int index, char[] buf) { method in class:Integer
H A DFloatingDecimal.java915 int i = getChars(result);
919 private int getChars(char[] result) { method in class:FloatingDecimal
H A DString.java722 public void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) { method in class:String
758 * getChars without bounds checks, for use by other classes
/libcore/ojluni/src/main/java/sun/misc/
H A DFormattedFloatingDecimal.java990 public int getChars(char[] result) { method in class:FormattedFloatingDecimal

Completed in 260 milliseconds