Searched defs:nioCoder (Results 1 - 25 of 183) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharCp037.java39 private final static IBM037 nioCoder = new IBM037(); field in class:ByteToCharCp037
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1006.java39 private final static IBM1006 nioCoder = new IBM1006(); field in class:ByteToCharCp1006
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1025.java39 private final static IBM1025 nioCoder = new IBM1025(); field in class:ByteToCharCp1025
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1026.java39 private final static IBM1026 nioCoder = new IBM1026(); field in class:ByteToCharCp1026
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1046.java39 private final static IBM1046 nioCoder = new IBM1046(); field in class:ByteToCharCp1046
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1047.java39 private final static IBM1047 nioCoder = new IBM1047(); field in class:ByteToCharCp1047
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1097.java39 private final static IBM1097 nioCoder = new IBM1097(); field in class:ByteToCharCp1097
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1098.java39 private final static IBM1098 nioCoder = new IBM1098(); field in class:ByteToCharCp1098
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1112.java39 private final static IBM1112 nioCoder = new IBM1112(); field in class:ByteToCharCp1112
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1122.java39 private final static IBM1122 nioCoder = new IBM1122(); field in class:ByteToCharCp1122
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1123.java39 private final static IBM1123 nioCoder = new IBM1123(); field in class:ByteToCharCp1123
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1124.java39 private final static IBM1124 nioCoder = new IBM1124(); field in class:ByteToCharCp1124
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1250.java39 private final static MS1250 nioCoder = new MS1250(); field in class:ByteToCharCp1250
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1251.java39 private final static MS1251 nioCoder = new MS1251(); field in class:ByteToCharCp1251
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1252.java38 private final static MS1252 nioCoder = new MS1252(); field in class:ByteToCharCp1252
45 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1253.java39 private final static MS1253 nioCoder = new MS1253(); field in class:ByteToCharCp1253
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1254.java39 private final static MS1254 nioCoder = new MS1254(); field in class:ByteToCharCp1254
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1255.java39 private final static MS1255 nioCoder = new MS1255(); field in class:ByteToCharCp1255
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1256.java39 private final static MS1256 nioCoder = new MS1256(); field in class:ByteToCharCp1256
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1257.java39 private final static MS1257 nioCoder = new MS1257(); field in class:ByteToCharCp1257
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp1258.java39 private final static MS1258 nioCoder = new MS1258(); field in class:ByteToCharCp1258
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp273.java39 private final static IBM273 nioCoder = new IBM273(); field in class:ByteToCharCp273
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp277.java39 private final static IBM277 nioCoder = new IBM277(); field in class:ByteToCharCp277
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp278.java39 private final static IBM278 nioCoder = new IBM278(); field in class:ByteToCharCp278
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
H A DByteToCharCp280.java39 private final static IBM280 nioCoder = new IBM280(); field in class:ByteToCharCp280
46 super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();

Completed in 130 milliseconds

12345678