Searched refs:GB18030 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharGB18030DB.java29 import sun.nio.cs.ext.GB18030;
33 * Tables and data to convert the two-byte portion of GB18030 to Unicode
35 * convenience of the main GB18030 converter.
47 GB18030 nioCoder = new GB18030();
H A DCharToByteGB18030.java31 import sun.nio.cs.ext.GB18030;
47 GB18030 nioCoder = new GB18030();
252 return "GB18030";
H A DByteToCharGB18030.java31 import sun.nio.cs.ext.GB18030;
47 GB18030 nioCoder = new GB18030();
279 return "GB18030";
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DGB18030.java39 public class GB18030 class in inherits:Charset
46 public GB18030() { method in class:GB18030
47 super("GB18030", ExtendedCharsets.aliasesFor("GB18030"));
125 || (cs instanceof GB18030));

Completed in 57 milliseconds