src/jdk.charsets/share/classes/sun/nio/cs/ext/GB18030.java.template
changeset 52378 fb71a4bc010d
parent 47216 71c04702a3d5
equal deleted inserted replaced
52377:907fdbbdf584 52378:fb71a4bc010d
 12517                             dst.put((char)(offset + 0x5543));
 12517                             dst.put((char)(offset + 0x5543));
 12518                         else if (offset >= 0x82BD && offset <= 0x830D)
 12518                         else if (offset >= 0x82BD && offset <= 0x830D)
 12519                             dst.put(getChar(offset));
 12519                             dst.put(getChar(offset));
 12520                         else if (offset >= 0x830D && offset <= 0x93A8)
 12520                         else if (offset >= 0x830D && offset <= 0x93A8)
 12521                             dst.put((char)(offset + 0x6557));
 12521                             dst.put((char)(offset + 0x6557));
 12522                         else if (offset >= 0x93A9 && offset <= 0x99F9)
 12522                         else if (offset >= 0x93A9 && offset <= 0x99FB)
 12523                             dst.put(getChar(offset));
 12523                             dst.put(getChar(offset));
 12524                         // Supplemental UCS planes handled via surrogates
 12524                         // Supplemental UCS planes handled via surrogates
 12525                         else if (offset >= 0x2E248 && offset < 0x12E248) {
 12525                         else if (offset >= 0x2E248 && offset < 0x12E248) {
 12526                             if (offset >= 0x12E248)
 12526                             if (offset >= 0x12E248)
 12527                                 return CoderResult.malformedForLength(4);
 12527                                 return CoderResult.malformedForLength(4);