Package com.ibm.icu.lang
Interface UCharacter.JoiningType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.JoiningType
Joining Type constants.- See Also:
UProperty.JOINING_TYPE
-
-
Field Summary
Fields Modifier and Type Field Description static int
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
DUAL_JOINING
static int
JOIN_CAUSING
static int
LEFT_JOINING
static int
NON_JOINING
static int
RIGHT_JOINING
static int
TRANSPARENT
-
-
-
Field Detail
-
NON_JOINING
static final int NON_JOINING
- See Also:
- Constant Field Values
-
JOIN_CAUSING
static final int JOIN_CAUSING
- See Also:
- Constant Field Values
-
DUAL_JOINING
static final int DUAL_JOINING
- See Also:
- Constant Field Values
-
LEFT_JOINING
static final int LEFT_JOINING
- See Also:
- Constant Field Values
-
RIGHT_JOINING
static final int RIGHT_JOINING
- See Also:
- Constant Field Values
-
TRANSPARENT
static final int TRANSPARENT
- See Also:
- Constant Field Values
-
COUNT
@Deprecated static final int COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal JoiningType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.JOINING_TYPE).- See Also:
- Constant Field Values
-
-