Uses of Enum
com.ibm.icu.lang.UCharacter.IdentifierType
Packages that use UCharacter.IdentifierType
-
Uses of UCharacter.IdentifierType in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type UCharacter.IdentifierTypeModifier and TypeMethodDescriptionboolean
UCharacterProperty.hasIDType
(int c, UCharacter.IdentifierType type) private static void
UCharacterProperty.maybeAddType
(int value, int bit, UCharacter.IdentifierType t, EnumSet<UCharacter.IdentifierType> types) Method parameters in com.ibm.icu.impl with type arguments of type UCharacter.IdentifierTypeModifier and TypeMethodDescriptionint
UCharacterProperty.getIDTypes
(int c, EnumSet<UCharacter.IdentifierType> types) private static void
UCharacterProperty.maybeAddType
(int value, int bit, UCharacter.IdentifierType t, EnumSet<UCharacter.IdentifierType> types) -
Uses of UCharacter.IdentifierType in com.ibm.icu.lang
Methods in com.ibm.icu.lang that return UCharacter.IdentifierTypeModifier and TypeMethodDescriptionstatic UCharacter.IdentifierType
Returns the enum constant of this type with the specified name.static UCharacter.IdentifierType[]
UCharacter.IdentifierType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.lang with parameters of type UCharacter.IdentifierTypeModifier and TypeMethodDescriptionstatic final boolean
UCharacter.hasIdentifierType
(int c, UCharacter.IdentifierType type) Does the set of Identifier_Type values code point c contain the given type?Method parameters in com.ibm.icu.lang with type arguments of type UCharacter.IdentifierTypeModifier and TypeMethodDescriptionstatic final int
UCharacter.getIdentifierTypes
(int c, EnumSet<UCharacter.IdentifierType> types) Writes code point c's Identifier_Type as a set of IdentifierType values and returns the number of types.