Added in API level 24

UCharacter.DecompositionType

public static interface UCharacter.DecompositionType

android.icu.lang.UCharacter.DecompositionType


Decomposition Type constants.

Summary

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

Constants

CANONICAL

Added in API level 24
public static final int CANONICAL

Constant Value: 1 (0x00000001)

CIRCLE

Added in API level 24
public static final int CIRCLE

Constant Value: 3 (0x00000003)

COMPAT

Added in API level 24
public static final int COMPAT

Constant Value: 2 (0x00000002)

FINAL

Added in API level 24
public static final int FINAL

Constant Value: 4 (0x00000004)

FONT

Added in API level 24
public static final int FONT

Constant Value: 5 (0x00000005)

FRACTION

Added in API level 24
public static final int FRACTION

Constant Value: 6 (0x00000006)

INITIAL

Added in API level 24
public static final int INITIAL

Constant Value: 7 (0x00000007)

ISOLATED

Added in API level 24
public static final int ISOLATED

Constant Value: 8 (0x00000008)

MEDIAL

Added in API level 24
public static final int MEDIAL

Constant Value: 9 (0x00000009)

NARROW

Added in API level 24
public static final int NARROW

Constant Value: 10 (0x0000000a)

NOBREAK

Added in API level 24
public static final int NOBREAK

Constant Value: 11 (0x0000000b)

NONE

Added in API level 24
public static final int NONE

Constant Value: 0 (0x00000000)

SMALL

Added in API level 24
public static final int SMALL

Constant Value: 12 (0x0000000c)

SQUARE

Added in API level 24
public static final int SQUARE

Constant Value: 13 (0x0000000d)

SUB

Added in API level 24
public static final int SUB

Constant Value: 14 (0x0000000e)

SUPER

Added in API level 24
public static final int SUPER

Constant Value: 15 (0x0000000f)

VERTICAL

Added in API level 24
public static final int VERTICAL

Constant Value: 16 (0x00000010)

WIDE

Added in API level 24
public static final int WIDE

Constant Value: 17 (0x00000011)