Searched refs:delegateChars (Results 1 - 2 of 2) sorted by path

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DWriterTesterTest.java168 public char[] decode(char[] delegateChars) throws Exception { argument
169 return delegateChars;
181 public char[] decode(char[] delegateChars) throws Exception { argument
182 return delegateChars;
194 public char[] decode(char[] delegateChars) throws Exception { argument
195 return delegateChars;
/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java44 public abstract char[] decode(char[] delegateChars) throws Exception; argument

Completed in 80 milliseconds