# Print output for @column tags ?>
public
static
interface
UCharacter.DecompositionType
android.icu.lang.UCharacter.DecompositionType |
Decomposition Type constants.
See also:
Constants | |
---|---|
int |
CANONICAL
|
int |
CIRCLE
|
int |
COMPAT
|
int |
FINAL
|
int |
FONT
|
int |
FRACTION
|
int |
INITIAL
|
int |
ISOLATED
|
int |
MEDIAL
|
int |
NARROW
|
int |
NOBREAK
|
int |
NONE
|
int |
SMALL
|
int |
SQUARE
|
int |
SUB
|
int |
SUPER
|
int |
VERTICAL
|
int |
WIDE
|
public static final int CANONICAL
Constant Value: 1 (0x00000001)
public static final int CIRCLE
Constant Value: 3 (0x00000003)
public static final int COMPAT
Constant Value: 2 (0x00000002)
public static final int FINAL
Constant Value: 4 (0x00000004)
public static final int FONT
Constant Value: 5 (0x00000005)
public static final int FRACTION
Constant Value: 6 (0x00000006)
public static final int INITIAL
Constant Value: 7 (0x00000007)
public static final int ISOLATED
Constant Value: 8 (0x00000008)
public static final int MEDIAL
Constant Value: 9 (0x00000009)
public static final int NARROW
Constant Value: 10 (0x0000000a)
public static final int NOBREAK
Constant Value: 11 (0x0000000b)
public static final int NONE
Constant Value: 0 (0x00000000)
public static final int SMALL
Constant Value: 12 (0x0000000c)
public static final int SQUARE
Constant Value: 13 (0x0000000d)
public static final int SUB
Constant Value: 14 (0x0000000e)
public static final int SUPER
Constant Value: 15 (0x0000000f)
public static final int VERTICAL
Constant Value: 16 (0x00000010)
public static final int WIDE
Constant Value: 17 (0x00000011)