Searched defs:buff (Results 1 – 4 of 4) sorted by relevance
43 CharBuffer buff = CharBuffer.wrap(in); in testSlice() local138 public static void helper(CharBuffer buff, CharBuffer slice) throws RuntimeException { in helper()
47 StringBuffer buff = new StringBuffer(size); in test() local
184 public void write(byte buff[]) throws IOException { in write()190 public void write(byte buff[], int off, int len) throws IOException { in write()
301 final String buff[] = {"0", "1", "2", "3", "4", "5"}; in test_getI() local