public final class ISO8859_6Encoding extends ISOEncoding
| Modifier and Type | Field and Description |
|---|---|
static ISO8859_6Encoding |
INSTANCE |
(package private) static short[] |
ISO8859_6CtypeTable |
CaseFoldMap, foldFlagLowerCaseTableEMPTY_FOLD_CODESCHAR_INVALID, charset, hashCode, isAsciiCompatible, isDummy, isFixedWidth, isSingleByte, maxLength, minLength, name, NEW_LINE| Modifier | Constructor and Description |
|---|---|
protected |
ISO8859_6Encoding() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg)
onigenc_ascii_apply_all_case_fold / used also by multibyte encodings
|
CaseFoldCodeItem[] |
caseFoldCodesByString(int flag,
byte[] bytes,
int p,
int end)
onigenc_ascii_get_case_fold_codes_by_str / used also by multibyte encodings
|
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, isCodeCTypeapplyAllCaseFoldWithMap, 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_6CtypeTable
public static final ISO8859_6Encoding 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 Encodingpublic void applyAllCaseFold(int flag,
ApplyAllCaseFoldFunction fun,
java.lang.Object arg)
AbstractEncodingapplyAllCaseFold in class CaseFoldMapEncodingflag - case fold flagfun - case folding functor (look at: ApplyCaseFold)arg - case folding functor argument (look at: ApplyCaseFoldArg)
Oniguruma equivalent: apply_all_case_foldpublic CaseFoldCodeItem[] caseFoldCodesByString(int flag, byte[] bytes, int p, int end)
AbstractEncodingcaseFoldCodesByString in class CaseFoldMapEncoding