Package org.jcodings
Interface Config
-
public interface Config
-
-
Field Summary
-
-
-
Field Detail
-
ENC_CODE_TO_MBC_MAXLEN
static final int ENC_CODE_TO_MBC_MAXLEN
- See Also:
- Constant Field Values
-
ENC_MBC_CASE_FOLD_MAXLEN
static final int ENC_MBC_CASE_FOLD_MAXLEN
- See Also:
- Constant Field Values
-
ENC_MAX_COMP_CASE_FOLD_CODE_LEN
static final int ENC_MAX_COMP_CASE_FOLD_CODE_LEN
- See Also:
- Constant Field Values
-
ENC_GET_CASE_FOLD_CODES_MAX_NUM
static final int ENC_GET_CASE_FOLD_CODES_MAX_NUM
- See Also:
- Constant Field Values
-
USE_UNICODE_CASE_FOLD_TURKISH_AZERI
static final boolean USE_UNICODE_CASE_FOLD_TURKISH_AZERI
- See Also:
- Constant Field Values
-
USE_UNICODE_ALL_LINE_TERMINATORS
static final boolean USE_UNICODE_ALL_LINE_TERMINATORS
- See Also:
- Constant Field Values
-
USE_CRNL_AS_LINE_TERMINATOR
static final boolean USE_CRNL_AS_LINE_TERMINATOR
- See Also:
- Constant Field Values
-
USE_UNICODE_PROPERTIES
static final boolean USE_UNICODE_PROPERTIES
- See Also:
- Constant Field Values
-
CodePointMaskWidth
static final int CodePointMaskWidth
- See Also:
- Constant Field Values
-
CodePointMask
static final int CodePointMask
- See Also:
- Constant Field Values
-
SpecialIndexShift
static final int SpecialIndexShift
- See Also:
- Constant Field Values
-
SpecialIndexWidth
static final int SpecialIndexWidth
- See Also:
- Constant Field Values
-
SpecialIndexMask
static final int SpecialIndexMask
- See Also:
- Constant Field Values
-
SpecialsLengthOffset
static final int SpecialsLengthOffset
- See Also:
- Constant Field Values
-
CASE_UPCASE
static final int CASE_UPCASE
- See Also:
- Constant Field Values
-
CASE_DOWNCASE
static final int CASE_DOWNCASE
- See Also:
- Constant Field Values
-
CASE_TITLECASE
static final int CASE_TITLECASE
- See Also:
- Constant Field Values
-
CASE_SPECIAL_OFFSET
static final int CASE_SPECIAL_OFFSET
- See Also:
- Constant Field Values
-
CASE_UP_SPECIAL
static final int CASE_UP_SPECIAL
- See Also:
- Constant Field Values
-
CASE_DOWN_SPECIAL
static final int CASE_DOWN_SPECIAL
- See Also:
- Constant Field Values
-
CASE_MODIFIED
static final int CASE_MODIFIED
- See Also:
- Constant Field Values
-
CASE_FOLD
static final int CASE_FOLD
- See Also:
- Constant Field Values
-
CASE_FOLD_TURKISH_AZERI
static final int CASE_FOLD_TURKISH_AZERI
- See Also:
- Constant Field Values
-
CASE_FOLD_LITHUANIAN
static final int CASE_FOLD_LITHUANIAN
- See Also:
- Constant Field Values
-
CASE_ASCII_ONLY
static final int CASE_ASCII_ONLY
- See Also:
- Constant Field Values
-
CASE_IS_TITLECASE
static final int CASE_IS_TITLECASE
- See Also:
- Constant Field Values
-
CASE_SPECIALS
static final int CASE_SPECIALS
- See Also:
- Constant Field Values
-
INTERNAL_ENC_CASE_FOLD_MULTI_CHAR
static final int INTERNAL_ENC_CASE_FOLD_MULTI_CHAR
- See Also:
- Constant Field Values
-
ENC_CASE_FOLD_MIN
static final int ENC_CASE_FOLD_MIN
- See Also:
- Constant Field Values
-
ENC_CASE_FOLD_DEFAULT
static final int ENC_CASE_FOLD_DEFAULT
- See Also:
- Constant Field Values
-
UNICODE_VERSION_STRING
static final java.lang.String UNICODE_VERSION_STRING
- See Also:
- Constant Field Values
-
UNICODE_VERSION_MAJOR
static final int UNICODE_VERSION_MAJOR
- See Also:
- Constant Field Values
-
UNICODE_VERSION_MINOR
static final int UNICODE_VERSION_MINOR
- See Also:
- Constant Field Values
-
UNICODE_VERSION_TEENY
static final int UNICODE_VERSION_TEENY
- See Also:
- Constant Field Values
-
UNICODE_EMOJI_VERSION_STRING
static final java.lang.String UNICODE_EMOJI_VERSION_STRING
- See Also:
- Constant Field Values
-
UNICODE_EMOJI_VERSION_MAJOR
static final int UNICODE_EMOJI_VERSION_MAJOR
- See Also:
- Constant Field Values
-
UNICODE_EMOJI_VERSION_MINOR
static final int UNICODE_EMOJI_VERSION_MINOR
- See Also:
- Constant Field Values
-
-