equal
deleted
inserted
replaced
34 public class TestEUC_TW { |
34 public class TestEUC_TW { |
35 |
35 |
36 static class Time { |
36 static class Time { |
37 long t; |
37 long t; |
38 } |
38 } |
39 static int iteration = 1000; |
39 static int iteration = 100; |
40 |
40 |
41 static char[] decode(byte[] bb, Charset cs, boolean testDirect, Time t) |
41 static char[] decode(byte[] bb, Charset cs, boolean testDirect, Time t) |
42 throws Exception { |
42 throws Exception { |
43 String csn = cs.name(); |
43 String csn = cs.name(); |
44 CharsetDecoder dec = cs.newDecoder(); |
44 CharsetDecoder dec = cs.newDecoder(); |