Home | History | Annotate | Download | only in test

Lines Matching refs:toString

45         StringBuffer buf = toString(it);
47 String found = buf.toString();
56 StringBuffer buf = toString(it);
58 String found = buf.toString();
67 StringBuffer buf = toString(it);
69 String found = buf.toString();
78 StringBuffer buf = toString(it);
80 String found = buf.toString();
89 StringBuffer buf = toString(it);
91 String found = buf.toString();
100 StringBuffer buf = toString(it);
102 String found = buf.toString();
111 StringBuffer buf = toString(it);
113 String found = buf.toString();
117 buf = toString(it);
119 found = buf.toString();
123 protected static StringBuffer toString(TreeIterator it) {