< prev index next >

make/src/classes/build/tools/charsetmapping/Main.java

Print this page

        

*** 204,214 **** } return names.toArray(new String[names.size()]); } static void verbose(Charset cs) { ! System.err.printf("%s, %s, %s, %s, %s %b%n", cs.clzName, cs.csName, cs.hisName, cs.pkgName, cs.type, cs.isASCII); } static int toInteger(String s) { return (s.startsWith("0x") || s.startsWith("0X")) --- 204,214 ---- } return names.toArray(new String[names.size()]); } static void verbose(Charset cs) { ! System.out.printf("%s, %s, %s, %s, %s %b%n", cs.clzName, cs.csName, cs.hisName, cs.pkgName, cs.type, cs.isASCII); } static int toInteger(String s) { return (s.startsWith("0x") || s.startsWith("0X"))
< prev index next >