Searched refs:iw (Results 1 – 3 of 3) sorted by relevance
281 IndentingWriter iw = new IndentingWriter(sw, w2, separator); in twoColumns() local283 iw.write(s2); in twoColumns()285 iw.write('\n'); in twoColumns()287 iw.flush(); in twoColumns()
225 IndentingWriter iw = new IndentingWriter(out, 0, prefix); in debugPrint() local240 iw.write(s); in debugPrint()244 iw.flush(); in debugPrint()