Searched refs:oneChar (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_StringWriter.java126 * Writes the specified character <code>oneChar</code> to this
130 * @param oneChar
135 public void write(int oneChar) { argument
137 buf.append((char) oneChar);
/libcore/luni/src/test/java/libcore/java/io/
H A DOldFilterWriterTest.java52 public void write(int oneChar) throws IOException { argument

Completed in 99 milliseconds