HomeSort by relevance Sort by last modified time
    Searched refs:oneChar (Results 1 - 25 of 28) sorted by null

1 2

  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 120 * Writes the specified character <code>oneChar</code> to this
124 * @param oneChar The character to write
127 public void write(int oneChar) {
129 buf.append((char) oneChar);