Searched refs:UNMAPPABLE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DSJIS_0213.java86 protected static final char UNMAPPABLE = CharsetMapping.UNMAPPABLE_DECODING; field in class:SJIS_0213.Decoder
107 if (c == UNMAPPABLE) {
113 if (c == UNMAPPABLE) {
116 if (decodeSingle(b2) == UNMAPPABLE)
149 if (c == UNMAPPABLE) {
155 if (c == UNMAPPABLE) {
158 if (decodeSingle(b2) == UNMAPPABLE)
211 protected static final int UNMAPPABLE = CharsetMapping.UNMAPPABLE_ENCODING; field in class:SJIS_0213.Encoder
219 return (encodeChar(c) != UNMAPPABLE);
265 if (db == UNMAPPABLE)
[all...]

Completed in 28 milliseconds