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

12345678

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteMacTurkish.java38 private final static MacTurkish nioCoder = new MacTurkish(); field in class:CharToByteMacTurkish
48 super.index1 = nioCoder.getEncoderIndex1();
49 super.index2 = nioCoder.getEncoderIndex2();
H A DCharToByteMacUkraine.java38 private final static MacUkraine nioCoder = new MacUkraine(); field in class:CharToByteMacUkraine
48 super.index1 = nioCoder.getEncoderIndex1();
49 super.index2 = nioCoder.getEncoderIndex2();
H A DCharToByteTIS620.java38 private final static TIS_620 nioCoder = new TIS_620(); field in class:CharToByteTIS620
48 super.index1 = nioCoder.getEncoderIndex1();
49 super.index2 = nioCoder.getEncoderIndex2();
H A DCharToByteCp33722.java38 private final static IBM33722 nioCoder = new IBM33722(); field in class:CharToByteCp33722
56 super.index1 = nioCoder.getEncoderIndex1();
57 super.index2 = nioCoder.getEncoderIndex2();
58 super.index2a = nioCoder.getEncoderIndex2a();
59 super.index2b = nioCoder.getEncoderIndex2b();
H A DCharToByteCp964.java38 private final static IBM964 nioCoder = new IBM964(); field in class:CharToByteCp964
56 super.index1 = nioCoder.getEncoderIndex1();
57 super.index2 = nioCoder.getEncoderIndex2();
58 super.index2a = nioCoder.getEncoderIndex2a();
59 super.index2b = nioCoder.getEncoderIndex2b();
60 super.index2c = nioCoder.getEncoderIndex2c();
H A DByteToCharCp33722.java48 private final static IBM33722 nioCoder = new IBM33722(); field in class:ByteToCharCp33722
53 byteToCharTable = nioCoder.getDecoderSingleByteMappings();
54 mappingTableG1 = nioCoder.getDecoderMappingTableG1();
55 mappingTableG2 = nioCoder.getDecoderMappingTableG2();
56 mappingTableG3 = nioCoder.getDecoderMappingTableG3();
H A DByteToCharCp964.java34 private final static IBM964 nioCoder = new IBM964(); field in class:ByteToCharCp964
57 byteToCharTable = nioCoder.getDecoderSingleByteMappings();
58 mappingTableG1 = nioCoder.getDecoderMappingTableG1();
59 mappingTableG2a2 = nioCoder.getDecoderMappingTableG2a2();
60 mappingTableG2ac = nioCoder.getDecoderMappingTableG2ac();
61 mappingTableG2ad = nioCoder.getDecoderMappingTableG2ad();
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DIBM970_OLD.java46 private final static IBM970 nioCoder = new IBM970(); field in class:IBM970_OLD

Completed in 71 milliseconds

12345678