Uses of Enum
com.ibm.icu.impl.ValidIdentifiers.Datasubtype
Packages that use ValidIdentifiers.Datasubtype
-
Uses of ValidIdentifiers.Datasubtype in com.ibm.icu.impl
Subclasses with type arguments of type ValidIdentifiers.Datasubtype in com.ibm.icu.implFields in com.ibm.icu.impl with type parameters of type ValidIdentifiers.DatasubtypeModifier and TypeFieldDescription(package private) static final Map<ValidIdentifiers.Datatype, Map<ValidIdentifiers.Datasubtype, ValidIdentifiers.ValiditySet>> ValidIdentifiers.ValidityData.dataMethods in com.ibm.icu.impl that return ValidIdentifiers.DatasubtypeModifier and TypeMethodDescriptionstatic ValidIdentifiers.DatasubtypeValidIdentifiers.isValid(ValidIdentifiers.Datatype datatype, Set<ValidIdentifiers.Datasubtype> datasubtypes, String code) Returns the Datasubtype containing the code, or null if there is none.static ValidIdentifiers.DatasubtypeValidIdentifiers.isValid(ValidIdentifiers.Datatype datatype, Set<ValidIdentifiers.Datasubtype> datasubtypes, String code, String value) static ValidIdentifiers.DatasubtypeReturns the enum constant of this type with the specified name.static ValidIdentifiers.Datasubtype[]ValidIdentifiers.Datasubtype.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl that return types with arguments of type ValidIdentifiers.DatasubtypeModifier and TypeMethodDescriptionstatic Map<ValidIdentifiers.Datatype, Map<ValidIdentifiers.Datasubtype, ValidIdentifiers.ValiditySet>> ValidIdentifiers.getData()Method parameters in com.ibm.icu.impl with type arguments of type ValidIdentifiers.DatasubtypeModifier and TypeMethodDescriptionstatic ValidIdentifiers.DatasubtypeValidIdentifiers.isValid(ValidIdentifiers.Datatype datatype, Set<ValidIdentifiers.Datasubtype> datasubtypes, String code) Returns the Datasubtype containing the code, or null if there is none.static ValidIdentifiers.DatasubtypeValidIdentifiers.isValid(ValidIdentifiers.Datatype datatype, Set<ValidIdentifiers.Datasubtype> datasubtypes, String code, String value) -
Uses of ValidIdentifiers.Datasubtype in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale with type parameters of type ValidIdentifiers.DatasubtypeModifier and TypeFieldDescriptionprivate final Set<ValidIdentifiers.Datasubtype> LocaleValidityChecker.datasubtypes(package private) static final Set<ValidIdentifiers.Datasubtype> LocaleValidityChecker.REGULAR_ONLYMethods in com.ibm.icu.impl.locale that return types with arguments of type ValidIdentifiers.DatasubtypeConstructors in com.ibm.icu.impl.locale with parameters of type ValidIdentifiers.DatasubtypeModifierConstructorDescriptionLocaleValidityChecker(ValidIdentifiers.Datasubtype... datasubtypes) Constructor parameters in com.ibm.icu.impl.locale with type arguments of type ValidIdentifiers.DatasubtypeModifierConstructorDescriptionLocaleValidityChecker(Set<ValidIdentifiers.Datasubtype> datasubtypes)