Lines Matching refs:sb
22 StringBuilder sb = new StringBuilder(); in testStrings() local
24 sb.append("foo"); in testStrings()
25 sb.append("foo"); in testStrings()
26 sb.append("foo"); in testStrings()
27 sb.append("foo"); in testStrings()
28 sb.append("foo"); in testStrings()
29 sb.append("foo"); in testStrings()
33 StringBuilder sb = new StringBuilder(); in testCaughtStrings() local
35 sb.append("foo"); in testCaughtStrings()
36 sb.append("foo"); in testCaughtStrings()
37 sb.append("foo"); in testCaughtStrings()
39 sb.append("foo"); in testCaughtStrings()
40 sb.append("foo"); in testCaughtStrings()
41 sb.append("foo"); in testCaughtStrings()