JavaScript is disabled on your browser.
Description
Field Summary
Constructor Summary
Method Summary
Field Details
SHARP_s
Constructor Details
ISOEncoding(String, short[], byte[], int[][])
ISOEncoding(String, short[], byte[], int[][], boolean)
Method Details
getCharsetName()
mbcCaseFold(int, byte[], IntHolder, int, byte[])
isCodeCType(int, int)
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ISO8859_10Encoding , ISO8859_11Encoding , ISO8859_13Encoding , ISO8859_14Encoding , ISO8859_15Encoding , ISO8859_16Encoding , ISO8859_1Encoding , ISO8859_2Encoding , ISO8859_3Encoding , ISO8859_4Encoding , ISO8859_5Encoding , ISO8859_6Encoding , ISO8859_7Encoding , ISO8859_8Encoding , ISO8859_9Encoding
Constructor Summary
Constructors
protected
ISOEncoding (String name,
short[] CTypeTable,
byte[] LowerCaseTable,
int[][] CaseFoldMap)
protected
ISOEncoding (String name,
short[] CTypeTable,
byte[] LowerCaseTable,
int[][] CaseFoldMap,
boolean foldFlag)
Method Summary
All Methods Instance Methods Concrete Methods
The name of the equivalent Java Charset for this encoding.
boolean
Perform a check whether given code is of given character type (e.g.
int
caseMap , codeToMbc , codeToMbcLength , ctypeCodeRange , isReverseMatchAllowed , leftAdjustCharHead , length , length , mbcToCode , strCodeAt , strLength
Methods inherited from class 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 , isUnicode , isUpper , isUTF8 , isWord , isWordGraphPrint , isXDigit , load , load , maxLength , maxLengthDistance , mbcodeStartPosition , minLength , odigitVal , prevCharHead , replicate , rightAdjustCharHead , rightAdjustCharHeadWithPrev , setDummy , setName , setName , step , stepBack , strByteLengthNull , strLengthNull , strNCmp , toLowerCaseTable , toString , xdigitVal