Package org.jcodings.specific
Class GB2312Encoding
- java.lang.Object
-
- org.jcodings.Encoding
-
- org.jcodings.AbstractEncoding
-
- org.jcodings.MultiByteEncoding
-
- org.jcodings.EucEncoding
-
- org.jcodings.specific.EUCKREncoding
-
- org.jcodings.specific.GB2312Encoding
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class GB2312Encoding extends EUCKREncoding
-
-
Field Summary
Fields Modifier and Type Field Description static GB2312Encoding
INSTANCE
-
Fields inherited from class org.jcodings.specific.EUCKREncoding
EUCKREncLen
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GB2312Encoding()
-
Method Summary
-
Methods inherited from class org.jcodings.specific.EUCKREncoding
codeToMbc, codeToMbcLength, ctypeCodeRange, isCodeCType, isLead, isReverseMatchAllowed, length, mbcCaseFold, mbcToCode
-
Methods inherited from class org.jcodings.EucEncoding
leftAdjustCharHead
-
Methods inherited from class org.jcodings.MultiByteEncoding
caseMap, isInRange, length, lengthForTwoUptoFour, mb2CodeToMbc, mb2CodeToMbcLength, mb2IsCodeCType, mb4CodeToMbc, mb4CodeToMbcLength, mb4IsCodeCType, mbnMbcCaseFold, mbnMbcToCode, missing, missing, safeLengthForUptoFour, safeLengthForUptoThree, safeLengthForUptoTwo, strCodeAt, strLength
-
Methods inherited from class org.jcodings.AbstractEncoding
applyAllCaseFold, asciiApplyAllCaseFold, asciiCaseFoldCodesByString, asciiMbcCaseFold, caseFoldCodesByString, isCodeCTypeInternal, isNewLine, propertyNameToCType
-
Methods inherited from class org.jcodings.Encoding
asciiToLower, asciiToUpper, digitVal, equals, getCharset, getCharsetName, getIndex, getName, hashCode, isAlnum, isAlpha, isAscii, isAscii, isAsciiCompatible, isBlank, isCntrl, isDigit, isDummy, isFixedWidth, isGraph, isLower, isMbcAscii, isMbcCrnl, isMbcHead, isMbcWord, isNewLine, isPrint, isPunct, isSbWord, isSingleByte, isSpace, isUnicode, isUpper, isUTF8, isWord, isWordGraphPrint, isXDigit, load, load, maxLength, maxLengthDistance, mbcodeStartPosition, minLength, odigitVal, prevCharHead, rightAdjustCharHead, rightAdjustCharHeadWithPrev, setDummy, setName, setName, step, stepBack, strByteLengthNull, strLengthNull, strNCmp, toLowerCaseTable, toString, xdigitVal
-
-
-
-
Field Detail
-
INSTANCE
public static final GB2312Encoding INSTANCE
-
-