Package com.ibm.icu.lang
Interface UCharacter.JoiningType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.JoiningTypeJoining Type constants.- See Also:
UProperty.JOINING_TYPE- Status:
- Stable ICU 2.4.
-
-
Field Summary
Fields Modifier and Type Field Description static intCOUNTDeprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static intDUAL_JOININGstatic intJOIN_CAUSINGstatic intLEFT_JOININGstatic intNON_JOININGstatic intRIGHT_JOININGstatic intTRANSPARENT
-
-
-
Field Detail
-
NON_JOINING
static final int NON_JOINING
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
-
JOIN_CAUSING
static final int JOIN_CAUSING
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
-
DUAL_JOINING
static final int DUAL_JOINING
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
-
LEFT_JOINING
static final int LEFT_JOINING
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
-
RIGHT_JOINING
static final int RIGHT_JOINING
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
-
TRANSPARENT
static final int TRANSPARENT
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
-
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
-
-