Lines Matching refs:System
37 System.out.println("testStr is '" + testStr + "'");
41 System.out.print(testStr.charAt(i));
42 System.out.print("\n");
46 System.out.println("WARNING: stringTest length mismatch");
48 System.out.println("Compare result is " + testStr.compareTo(testStr2));
53 System.out.println("Compare unicode: " + s1.compareTo(s2));
57 System.out.println("GLITCH: expected exception");
59 System.out.println("Got expected exception");
68 System.out.println("subStr is '" + subStr + "'");
70 System.out.println("Indexes are: " +
110 System.out.println("Got unexpected UnsupportedEncodingException");
129 System.out.println("GLITCH: expected exception");
131 System.out.println("Got expected exception");
136 System.out.println("GLITCH: expected exception");
138 System.out.println("Got expected exception");
143 System.out.println("GLITCH: expected exception");
145 System.out.println("Got expected exception");
150 System.out.println("GLITCH: expected exception");
152 System.out.println("Got expected exception");
157 System.out.println("GLITCH: expected exception");
159 System.out.println("Got expected exception");
163 System.out.println(new String(dst));