Package org.jcodings.specific
Class ISO8859_13Encoding
- java.lang.Object
-
- org.jcodings.Encoding
-
- org.jcodings.AbstractEncoding
-
- org.jcodings.SingleByteEncoding
-
- org.jcodings.CaseFoldMapEncoding
-
- org.jcodings.ISOEncoding
-
- org.jcodings.specific.ISO8859_13Encoding
-
- All Implemented Interfaces:
java.lang.Cloneable
public final class ISO8859_13Encoding extends ISOEncoding
-
-
Field Summary
Fields Modifier and Type Field Description static ISO8859_13Encoding
INSTANCE
(package private) static int[][]
ISO8859_13CaseFoldMap
(package private) static short[]
ISO8859_13CtypeTable
(package private) static byte[]
ISO8859_13ToLowerCaseTable
-
Fields inherited from class org.jcodings.CaseFoldMapEncoding
CaseFoldMap, foldFlag
-
Fields inherited from class org.jcodings.SingleByteEncoding
LowerCaseTable
-
Fields inherited from class org.jcodings.AbstractEncoding
EMPTY_FOLD_CODES
-
Fields inherited from class org.jcodings.Encoding
CHAR_INVALID, charset, hashCode, isAsciiCompatible, isDummy, isFixedWidth, isSingleByte, maxLength, minLength, name, NEW_LINE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ISO8859_13Encoding()
-
Method Summary
-
Methods inherited from class org.jcodings.ISOEncoding
getCharsetName, isCodeCType, mbcCaseFold
-
Methods inherited from class org.jcodings.CaseFoldMapEncoding
applyAllCaseFold, applyAllCaseFoldWithMap, caseFoldCodesByString, getCaseFoldCodesByStringWithMap
-
Methods inherited from class org.jcodings.SingleByteEncoding
codeToMbc, codeToMbcLength, ctypeCodeRange, isReverseMatchAllowed, leftAdjustCharHead, length, length, mbcToCode, strCodeAt, strLength
-
Methods inherited from class org.jcodings.AbstractEncoding
asciiApplyAllCaseFold, asciiCaseFoldCodesByString, asciiMbcCaseFold, isCodeCTypeInternal, isNewLine, propertyNameToCType
-
Methods inherited from class org.jcodings.Encoding
asciiToLower, asciiToUpper, digitVal, equals, getCharset, 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, isUpper, isWord, isWordGraphPrint, isXDigit, load, maxLength, maxLengthDistance, mbcodeStartPosition, minLength, odigitVal, prevCharHead, replicate, rightAdjustCharHead, rightAdjustCharHeadWithPrev, setName, setName, step, stepBack, strByteLengthNull, strLengthNull, strNCmp, toLowerCaseTable, toString, xdigitVal
-
-
-
-
Field Detail
-
ISO8859_13CtypeTable
static final short[] ISO8859_13CtypeTable
-
ISO8859_13ToLowerCaseTable
static final byte[] ISO8859_13ToLowerCaseTable
-
ISO8859_13CaseFoldMap
static final int[][] ISO8859_13CaseFoldMap
-
INSTANCE
public static final ISO8859_13Encoding INSTANCE
-
-