Uses of Class
com.ibm.icu.lang.UCharacter.IdentifierType
-
Packages that use UCharacter.IdentifierType Package Description com.ibm.icu.impl com.ibm.icu.lang Enhanced character property and surrogate support. -
-
Uses of UCharacter.IdentifierType in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type UCharacter.IdentifierType Modifier and Type Method Description boolean
UCharacterProperty. hasIDType(int c, UCharacter.IdentifierType type)
private static void
UCharacterProperty. maybeAddType(int value, int bit, UCharacter.IdentifierType t, java.util.EnumSet<UCharacter.IdentifierType> types)
Method parameters in com.ibm.icu.impl with type arguments of type UCharacter.IdentifierType Modifier and Type Method Description int
UCharacterProperty. getIDTypes(int c, java.util.EnumSet<UCharacter.IdentifierType> types)
private static void
UCharacterProperty. maybeAddType(int value, int bit, UCharacter.IdentifierType t, java.util.EnumSet<UCharacter.IdentifierType> types)
-
Uses of UCharacter.IdentifierType in com.ibm.icu.lang
Methods in com.ibm.icu.lang that return UCharacter.IdentifierType Modifier and Type Method Description static UCharacter.IdentifierType
UCharacter.IdentifierType. valueOf(java.lang.String name)
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.IdentifierType Modifier and Type Method Description static 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.IdentifierType Modifier and Type Method Description static int
UCharacter. getIdentifierTypes(int c, java.util.EnumSet<UCharacter.IdentifierType> types)
Writes code point c's Identifier_Type as a set of IdentifierType values and returns the number of types.
-