Searched refs:newEncoder (Results 1 - 25 of 181) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteCp1381.java37 super((DoubleByte.Encoder)new IBM1381().newEncoder());
H A DCharToByteCp1383.java37 super((DoubleByte.Encoder)new IBM1383().newEncoder());
H A DCharToByteCp834.java34 super((DoubleByte.Encoder)new IBM834().newEncoder());
H A DCharToByteCp930.java37 super((DoubleByte.Encoder)new IBM930().newEncoder());
H A DCharToByteCp933.java37 super((DoubleByte.Encoder)new IBM933().newEncoder());
H A DCharToByteCp935.java37 super((DoubleByte.Encoder)new IBM935().newEncoder());
H A DCharToByteCp937.java37 super((DoubleByte.Encoder)new IBM937().newEncoder());
H A DCharToByteCp939.java37 super((DoubleByte.Encoder)new IBM939().newEncoder());
H A DCharToByteCp942.java37 super((DoubleByte.Encoder)new IBM942().newEncoder());
H A DCharToByteCp942C.java38 super((DoubleByte.Encoder)new IBM942C().newEncoder());
H A DCharToByteCp943.java38 super((DoubleByte.Encoder)new IBM943().newEncoder());
H A DCharToByteCp943C.java38 super((DoubleByte.Encoder)new IBM943C().newEncoder());
H A DCharToByteCp948.java38 super((DoubleByte.Encoder)new IBM948().newEncoder());
H A DCharToByteCp949.java38 super((DoubleByte.Encoder)new IBM949().newEncoder());
H A DCharToByteCp949C.java38 super((DoubleByte.Encoder)new IBM949C().newEncoder());
H A DCharToByteCp950.java38 super((DoubleByte.Encoder)new IBM950().newEncoder());
H A DCharToByteCp970.java38 super((DoubleByte.Encoder)new IBM970().newEncoder());
H A DCharToByteEUC_CN.java33 (DoubleByte.Encoder)new EUC_CN().newEncoder();
H A DCharToByteEUC_KR.java33 (DoubleByte.Encoder)new EUC_KR().newEncoder();
H A DCharToByteGBK.java34 (DoubleByte.Encoder)new GBK().newEncoder();
H A DCharToByteJohab.java34 (DoubleByte.Encoder)new Johab().newEncoder();
H A DCharToByteMS932.java33 (DoubleByte.Encoder)new MS932().newEncoder();
H A DCharToByteMS936.java33 (DoubleByte.Encoder)new MS936().newEncoder();
H A DCharToByteMS949.java34 (DoubleByte.Encoder)new MS949().newEncoder();
H A DCharToByteMS950.java34 (DoubleByte.Encoder)new MS950().newEncoder();

Completed in 285 milliseconds

12345678