Package com.ibm.icu.charset
Class CharsetISCII.MaskEnum
- java.lang.Object
-
- com.ibm.icu.charset.CharsetISCII.MaskEnum
-
- Enclosing class:
- CharsetISCII
private static final class CharsetISCII.MaskEnum extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static short
BNG_MASK
(package private) static short
DEV_MASK
(package private) static short
GJR_MASK
(package private) static short
KND_MASK
(package private) static short
MLM_MASK
(package private) static short
ORI_MASK
(package private) static short
PNJ_MASK
(package private) static short
TML_MASK
(package private) static short
ZERO
-
Constructor Summary
Constructors Modifier Constructor Description private
MaskEnum()
-
-
-
Field Detail
-
DEV_MASK
static final short DEV_MASK
- See Also:
- Constant Field Values
-
PNJ_MASK
static final short PNJ_MASK
- See Also:
- Constant Field Values
-
GJR_MASK
static final short GJR_MASK
- See Also:
- Constant Field Values
-
ORI_MASK
static final short ORI_MASK
- See Also:
- Constant Field Values
-
BNG_MASK
static final short BNG_MASK
- See Also:
- Constant Field Values
-
KND_MASK
static final short KND_MASK
- See Also:
- Constant Field Values
-
MLM_MASK
static final short MLM_MASK
- See Also:
- Constant Field Values
-
TML_MASK
static final short TML_MASK
- See Also:
- Constant Field Values
-
ZERO
static final short ZERO
- See Also:
- Constant Field Values
-
-