Uses of Class
com.ibm.icu.lang.UCharacter.IdentifierType
-
Packages that use UCharacter.IdentifierType Package Description com.ibm.icu.lang -
-
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.IdentifierTypeUCharacter.IdentifierType. valueOf(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 booleanUCharacter. 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 intUCharacter. 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.
-