Searched defs:testChar (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DReadWritePrimitives.java44 testChar();
83 private static void testChar() throws IOException { method in class:ReadWritePrimitives
/openjdk7/langtools/test/tools/javac/boxing/
H A DT6816548.java36 testChar();
60 public static void testChar() { method in class:T6816548
/openjdk7/hotspot/test/compiler/6946040/
H A DTestCharShortByteSwap.java29 * @run main/othervm -Xbatch -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
54 private static void testChar(char a, char b) { method in class:TestCharShortByteSwap
82 testChar(c1, c2);
83 testChar(c3, c4);
/openjdk7/jdk/test/sun/nio/cs/
H A DFindOneCharEncoderBugs.java89 private static void testChar(byte[] expected, CharBuffer cb, Charset cs, char c) { method in class:FindOneCharEncoderBugs
130 testChar(bytes, ocb, cs, c);
131 testChar(bytes, dcb, cs, c);

Completed in 36 milliseconds