public final class ISO8859_5Encoding extends ISOEncoding
| Modifier and Type | Field and Description |
|---|---|
static ISO8859_5Encoding |
INSTANCE |
(package private) static int[][] |
ISO8859_5CaseFoldMap |
(package private) static short[] |
ISO8859_5CtypeTable |
(package private) static byte[] |
ISO8859_5ToLowerCaseTable |
CaseFoldMap, foldFlagLowerCaseTableEMPTY_FOLD_CODESCHAR_INVALID, charset, hashCode, isAsciiCompatible, isDummy, isFixedWidth, isSingleByte, maxLength, minLength, name, NEW_LINE| Modifier | Constructor and Description |
|---|---|
protected |
ISO8859_5Encoding() |
| Modifier and Type | Method and Description |
|---|---|
int |
mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower)
iso_*_mbc_case_fold
|
byte[] |
toLowerCaseTable()
Returns lower case table if it's safe to use it directly, otherwise
null
Used for fast case insensitive matching for some singlebyte encodings |
getCharsetName, isCodeCTypeapplyAllCaseFold, applyAllCaseFoldWithMap, caseFoldCodesByString, getCaseFoldCodesByStringWithMapcodeToMbc, codeToMbcLength, ctypeCodeRange, isReverseMatchAllowed, leftAdjustCharHead, length, length, mbcToCode, strCodeAt, strLengthasciiApplyAllCaseFold, asciiCaseFoldCodesByString, asciiMbcCaseFold, isCodeCTypeInternal, isNewLine, propertyNameToCTypeasciiToLower, 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, toString, xdigitValstatic final short[] ISO8859_5CtypeTable
static final byte[] ISO8859_5ToLowerCaseTable
static final int[][] ISO8859_5CaseFoldMap
public static final ISO8859_5Encoding INSTANCE
public int mbcCaseFold(int flag,
byte[] bytes,
IntHolder pp,
int end,
byte[] lower)
ISOEncodingmbcCaseFold in class ISOEncodingflag - case fold flagpp - an IntHolder that points at character headlower - a buffer where to extract case folded character
Oniguruma equivalent: mbc_case_foldpublic final byte[] toLowerCaseTable()
Encodingnull
Used for fast case insensitive matching for some singlebyte encodingstoLowerCaseTable in class Encoding