Package com.ibm.icu.impl
Interface UCharacterNameChoice
-
public interface UCharacterNameChoice
Internal class containing selector constants for the unicode character names. Constants representing the "modern" name of a Unicode character or the name that was defined in Unicode version 1.0, before the Unicode standard merged with ISO-10646. Arguments for UCharacterName- Since:
- oct0600
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHAR_NAME_ALIAS
static int
CHAR_NAME_CHOICE_COUNT
static int
EXTENDED_CHAR_NAME
static int
ISO_COMMENT_
static int
OBSOLETE_UNUSED_UNICODE_10_CHAR_NAME
static int
UNICODE_CHAR_NAME
-
-
-
Field Detail
-
UNICODE_CHAR_NAME
static final int UNICODE_CHAR_NAME
- See Also:
- Constant Field Values
-
OBSOLETE_UNUSED_UNICODE_10_CHAR_NAME
static final int OBSOLETE_UNUSED_UNICODE_10_CHAR_NAME
- See Also:
- Constant Field Values
-
EXTENDED_CHAR_NAME
static final int EXTENDED_CHAR_NAME
- See Also:
- Constant Field Values
-
CHAR_NAME_ALIAS
static final int CHAR_NAME_ALIAS
- See Also:
- Constant Field Values
-
CHAR_NAME_CHOICE_COUNT
static final int CHAR_NAME_CHOICE_COUNT
- See Also:
- Constant Field Values
-
ISO_COMMENT_
static final int ISO_COMMENT_
- See Also:
- Constant Field Values
-
-