Searched defs:singleByteToChar (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DDBCS_IBM_ASCII_Decoder.java47 protected String singleByteToChar; field in class:DBCS_IBM_ASCII_Decoder
84 outputChar = singleByteToChar.charAt(b1);
130 outputChar = singleByteToChar.charAt(b1);
H A DIBM942C_OLD.java60 protected static final String singleByteToChar; field in class:IBM942C_OLD.Decoder
65 singleByteToChar = indexs +
66 IBM942_OLD.Decoder.singleByteToChar.substring(indexs.length());
70 super(cs, singleByteToChar);
H A DIBM943C_OLD.java61 protected static final String singleByteToChar; field in class:IBM943C_OLD.Decoder
66 singleByteToChar = indexs +
67 IBM943_OLD.Decoder.singleByteToChar.substring(indexs.length());
71 super(cs, singleByteToChar);
H A DIBM949C_OLD.java73 protected static final String singleByteToChar; field in class:IBM949C_OLD.Decoder
78 singleByteToChar = indexs +
79 IBM949_OLD.Decoder.singleByteToChar.substring(indexs.length());
83 super(cs, singleByteToChar);
H A DIBM930_OLD.java72 return Decoder.singleByteToChar;
105 super.singleByteToChar = this.singleByteToChar;
110 private final static String singleByteToChar; field in class:IBM930_OLD.Decoder
113 singleByteToChar =
H A DIBM935_OLD.java72 return Decoder.singleByteToChar;
103 super.singleByteToChar = this.singleByteToChar;
108 private final static String singleByteToChar; field in class:IBM935_OLD.Decoder
110 singleByteToChar =
H A DIBM937_OLD.java72 return Decoder.singleByteToChar;
103 super.singleByteToChar = this.singleByteToChar;
108 private final static String singleByteToChar; field in class:IBM937_OLD.Decoder
110 singleByteToChar =
H A DIBM939_OLD.java73 return Decoder.singleByteToChar;
104 super.singleByteToChar = this.singleByteToChar;
109 private final static String singleByteToChar; field in class:IBM939_OLD.Decoder
111 singleByteToChar =
H A DIBM948_OLD.java90 super.singleByteToChar = this.singleByteToChar;
131 private static final String singleByteToChar = field in class:IBM948_OLD.Decoder
H A DIBM950_OLD.java88 super.singleByteToChar = this.singleByteToChar;
129 private static final String singleByteToChar = field in class:IBM950_OLD.Decoder
H A DDBCS_IBM_EBCDIC_Decoder.java49 protected String singleByteToChar; field in class:DBCS_IBM_EBCDIC_Decoder
113 outputChar = singleByteToChar.charAt(b1);
184 outputChar = singleByteToChar.charAt(b1);
H A DIBM1381_OLD.java73 return Decoder.singleByteToChar;
106 super.singleByteToChar = this.singleByteToChar;
147 private final static String singleByteToChar; field in class:IBM1381_OLD.Decoder
149 singleByteToChar =
H A DIBM942_OLD.java96 super.singleByteToChar = this.singleByteToChar;
100 protected Decoder(Charset cs, String singleByteToChar) { argument
102 super.singleByteToChar = singleByteToChar;
142 protected static final String singleByteToChar = field in class:IBM942_OLD.Decoder
H A DIBM943_OLD.java93 super.singleByteToChar = this.singleByteToChar;
97 protected Decoder(Charset cs, String singleByteToChar) { argument
99 super.singleByteToChar = singleByteToChar;
138 static final String singleByteToChar = field in class:IBM943_OLD.Decoder
H A DIBM949_OLD.java76 return Decoder.singleByteToChar;
115 super.singleByteToChar = this.singleByteToChar;
117 protected Decoder(Charset cs, String singleByteToChar) { argument
120 super.singleByteToChar = singleByteToChar;
159 protected static final String singleByteToChar = field in class:IBM949_OLD.Decoder
H A DIBM933_OLD.java72 return Decoder.singleByteToChar;
105 super.singleByteToChar = this.singleByteToChar;
110 private final static String singleByteToChar; field in class:IBM933_OLD.Decoder
112 singleByteToChar =

Completed in 513 milliseconds