Lines Matching refs:out

37         System.out.println("testStr is '" + testStr + "'");  in basicTest()
41 System.out.print(testStr.charAt(i)); in basicTest()
42 System.out.print("\n"); in basicTest()
46 System.out.println("WARNING: stringTest length mismatch"); in basicTest()
50 System.out.println("Compare result is greater than zero"); in basicTest()
52 System.out.println("Compare result is equal to zero"); in basicTest()
54 System.out.println("Compare result is less than zero"); in basicTest()
60 System.out.println("Compare unicode: " + s1.compareTo(s2)); in basicTest()
64 System.out.println("GLITCH: expected exception"); in basicTest()
66 System.out.println("Got expected exception"); in basicTest()
75 System.out.println("subStr is '" + subStr + "'"); in indexTest()
77 System.out.println("Indexes are: " + in indexTest()
117 System.out.println("Got unexpected UnsupportedEncodingException"); in constructorTest()
136 System.out.println("GLITCH: expected exception"); in copyTest()
138 System.out.println("Got expected exception"); in copyTest()
143 System.out.println("GLITCH: expected exception"); in copyTest()
145 System.out.println("Got expected exception"); in copyTest()
150 System.out.println("GLITCH: expected exception"); in copyTest()
152 System.out.println("Got expected exception"); in copyTest()
157 System.out.println("GLITCH: expected exception"); in copyTest()
159 System.out.println("Got expected exception"); in copyTest()
164 System.out.println("GLITCH: expected exception"); in copyTest()
166 System.out.println("Got expected exception"); in copyTest()
170 System.out.println(new String(dst)); in copyTest()