Searched refs:nioCoder (Results 51 - 75 of 186) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharCp869.java39 private final static IBM869 nioCoder = new IBM869(); field in class:ByteToCharCp869
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp870.java39 private final static IBM870 nioCoder = new IBM870(); field in class:ByteToCharCp870
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp871.java39 private final static IBM871 nioCoder = new IBM871(); field in class:ByteToCharCp871
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp874.java39 private final static IBM874 nioCoder = new IBM874(); field in class:ByteToCharCp874
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp875.java39 private final static IBM875 nioCoder = new IBM875(); field in class:ByteToCharCp875
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp918.java39 private final static IBM918 nioCoder = new IBM918(); field in class:ByteToCharCp918
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp921.java39 private final static IBM921 nioCoder = new IBM921(); field in class:ByteToCharCp921
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp922.java39 private final static IBM922 nioCoder = new IBM922(); field in class:ByteToCharCp922
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_13.java38 private final static ISO_8859_13 nioCoder = new ISO_8859_13(); field in class:ByteToCharISO8859_13
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_15.java43 private final static ISO_8859_15 nioCoder = new ISO_8859_15(); field in class:ByteToCharISO8859_15
50 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_2.java38 private final static ISO_8859_2 nioCoder = new ISO_8859_2(); field in class:ByteToCharISO8859_2
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_3.java38 private final static ISO_8859_3 nioCoder = new ISO_8859_3(); field in class:ByteToCharISO8859_3
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_4.java38 private final static ISO_8859_4 nioCoder = new ISO_8859_4(); field in class:ByteToCharISO8859_4
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_5.java38 private final static ISO_8859_5 nioCoder = new ISO_8859_5(); field in class:ByteToCharISO8859_5
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_6.java39 private final static ISO_8859_6 nioCoder = new ISO_8859_6(); field in class:ByteToCharISO8859_6
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_7.java39 private final static ISO_8859_7 nioCoder = new ISO_8859_7(); field in class:ByteToCharISO8859_7
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_8.java38 private final static ISO_8859_8 nioCoder = new ISO_8859_8(); field in class:ByteToCharISO8859_8
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharISO8859_9.java38 private final static ISO_8859_9 nioCoder = new ISO_8859_9(); field in class:ByteToCharISO8859_9
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharKOI8_R.java38 private final static KOI8_R nioCoder = new KOI8_R(); field in class:ByteToCharKOI8_R
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharMS874.java39 private final static MS874 nioCoder = new MS874(); field in class:ByteToCharMS874
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharMacArabic.java39 private final static MacArabic nioCoder = new MacArabic(); field in class:ByteToCharMacArabic
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharMacCentralEurope.java39 private final static MacCentralEurope nioCoder = new MacCentralEurope(); field in class:ByteToCharMacCentralEurope
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharMacCroatian.java39 private final static MacCroatian nioCoder = new MacCroatian(); field in class:ByteToCharMacCroatian
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharMacCyrillic.java39 private final static MacCyrillic nioCoder = new MacCyrillic(); field in class:ByteToCharMacCyrillic
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharMacDingbat.java39 private final static MacDingbat nioCoder = new MacDingbat(); field in class:ByteToCharMacDingbat
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();

Completed in 44 milliseconds

12345678