public final class ISO8859_1Encoding extends ISOEncoding
| Modifier and Type | Field and Description |
|---|---|
static ISO8859_1Encoding |
INSTANCE |
(package private) static int[][] |
ISO8859_1CaseFoldMap |
(package private) static short[] |
ISO8859_1CtypeTable |
(package private) static byte[] |
ISO8859_1ToLowerCaseTable |
(package private) static byte[] |
ISO8859_1ToUpperCaseTable |
CaseFoldMap, foldFlagLowerCaseTableEMPTY_FOLD_CODESCHAR_INVALID, charset, hashCode, isAsciiCompatible, isDummy, isFixedWidth, isSingleByte, maxLength, minLength, name, NEW_LINE| Modifier | Constructor and Description |
|---|---|
protected |
ISO8859_1Encoding() |
| 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)
get_case_fold_codes_by_str
|
getCharsetName, isCodeCType, mbcCaseFoldapplyAllCaseFoldWithMap, 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, toLowerCaseTable, toString, xdigitValstatic final short[] ISO8859_1CtypeTable
static final byte[] ISO8859_1ToLowerCaseTable
static final byte[] ISO8859_1ToUpperCaseTable
static final int[][] ISO8859_1CaseFoldMap
public static final ISO8859_1Encoding INSTANCE
public 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)
caseFoldCodesByString in class CaseFoldMapEncoding