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

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharDBCS_ASCII.java74 char outputChar = UNMAPPABLE_DECODING;
93 if (outputChar == UNMAPPABLE_DECODING) {
106 if (outputChar == UNMAPPABLE_DECODING) {
H A DByteToCharBig5_HKSCS.java48 if (c == UNMAPPABLE_DECODING)
H A DByteToCharMS950_HKSCS.java47 if (c == UNMAPPABLE_DECODING)
H A DByteToCharEUC2.java88 char outputChar = UNMAPPABLE_DECODING;
122 if (outputChar == UNMAPPABLE_DECODING) {
H A DByteToCharDBCS_EBCDIC.java83 char outputChar = UNMAPPABLE_DECODING;
166 if (outputChar == UNMAPPABLE_DECODING) {
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DDBCS.java101 Arrays.fill(db, UNMAPPABLE_DECODING);
102 Arrays.fill(c2bIndex, UNMAPPABLE_DECODING);
105 Arrays.fill(b2cIndex, UNMAPPABLE_DECODING);
115 b2cIndex[e.bs>>8] == UNMAPPABLE_DECODING) {
119 if (c2bIndex[e.cp>>8] == UNMAPPABLE_DECODING) {
130 if (b2cIndex[i] == UNMAPPABLE_DECODING) {
170 if (c2bIndex[e.cp>>8] == UNMAPPABLE_DECODING) {
H A DHKSCS.java100 Arrays.fill(bmp, UNMAPPABLE_DECODING);
101 Arrays.fill(supp, UNMAPPABLE_DECODING);
102 Arrays.fill(pua, UNMAPPABLE_DECODING);
H A DSBCS.java127 Arrays.fill(sb, UNMAPPABLE_DECODING);
128 Arrays.fill(c2bIndex, UNMAPPABLE_DECODING);
138 if (c2bIndex[e.cp>>8] == UNMAPPABLE_DECODING) {
164 fm.format(" b2cMap[%d] = UNMAPPABLE_DECODING;%n",
179 if (c2bIndex[e.cp>>8] == UNMAPPABLE_DECODING) {
H A DJIS0213.java60 for (int i = 0x80; i < 0x100; i++) sb[i] = UNMAPPABLE_DECODING;
61 for (int i = 0; i < 0x10000; i++) db[i] = UNMAPPABLE_DECODING;
H A DEUC_TW.java105 db[i][j] = UNMAPPABLE_DECODING;
H A DUtils.java41 public final static char UNMAPPABLE_DECODING = '\uFFFD'; field in class:Utils
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DHKSCS.java77 return UNMAPPABLE_DECODING;
97 if (c == UNMAPPABLE_DECODING) {
105 if (c == UNMAPPABLE_DECODING) {
107 if (c == UNMAPPABLE_DECODING) {
109 if (c == UNMAPPABLE_DECODING)
143 if (c == UNMAPPABLE_DECODING) {
151 if (c == UNMAPPABLE_DECODING) {
153 if (c == UNMAPPABLE_DECODING) {
155 if (c == UNMAPPABLE_DECODING)
352 if (bb != UNMAPPABLE_DECODING) {
[all...]
H A DDoubleByte.java81 * return UNMAPPABLE_DECODING;
106 Arrays.fill(B2C_UNMAPPABLE, UNMAPPABLE_DECODING);
156 if (c == UNMAPPABLE_DECODING) {
161 (c = b2c[b1][b2 - b2Min]) == UNMAPPABLE_DECODING) {
185 if (c == UNMAPPABLE_DECODING) {
190 (c = b2c[b1][b2 - b2Min]) == UNMAPPABLE_DECODING)
228 return UNMAPPABLE_DECODING;
292 char c = UNMAPPABLE_DECODING;
295 if (c == UNMAPPABLE_DECODING)
302 (c = b2c[b1][b2 - b2Min]) == UNMAPPABLE_DECODING) {
[all...]
H A DMS932_0213.java61 if (c == UNMAPPABLE_DECODING)
H A DMS950_HKSCS_XP.java72 return UNMAPPABLE_DECODING;
H A DBig5_Solaris.java84 Arrays.fill(b2c[0xf9], UNMAPPABLE_DECODING);
H A DEUC_TW.java155 if (c == UNMAPPABLE_DECODING)
526 if (c != UNMAPPABLE_DECODING) {
H A DSJIS_0213.java86 protected static final char UNMAPPABLE = CharsetMapping.UNMAPPABLE_DECODING;
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DCharsetMapping.java39 public final static char UNMAPPABLE_DECODING = '\uFFFD'; field in class:CharsetMapping
78 return UNMAPPABLE_DECODING;
236 if (c != UNMAPPABLE_DECODING) {
259 if (c != UNMAPPABLE_DECODING) {
H A DSingleByte.java75 if (c == UNMAPPABLE_DECODING) {
90 if (c == UNMAPPABLE_DECODING)
125 if (dst[dp] == UNMAPPABLE_DECODING) {
270 if (c == UNMAPPABLE_DECODING)
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11GB2312.java132 if (c == UNMAPPABLE_DECODING) {
H A DX11KSC5601.java132 if (c == UNMAPPABLE_DECODING) {

Completed in 721 milliseconds