Uses of Enum
com.ibm.icu.impl.ValidIdentifiers.Datatype
Packages that use ValidIdentifiers.Datatype
-
Uses of ValidIdentifiers.Datatype in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type ValidIdentifiers.DatatypeModifier and TypeFieldDescription(package private) static final Map<ValidIdentifiers.Datatype,
Map<ValidIdentifiers.Datasubtype, ValidIdentifiers.ValiditySet>> ValidIdentifiers.ValidityData.data
Methods in com.ibm.icu.impl that return ValidIdentifiers.DatatypeModifier and TypeMethodDescriptionstatic ValidIdentifiers.Datatype
Returns the enum constant of this type with the specified name.static ValidIdentifiers.Datatype[]
ValidIdentifiers.Datatype.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.DatatypeModifier and TypeMethodDescriptionstatic Map<ValidIdentifiers.Datatype,
Map<ValidIdentifiers.Datasubtype, ValidIdentifiers.ValiditySet>> ValidIdentifiers.getData()
Methods in com.ibm.icu.impl with parameters of type ValidIdentifiers.DatatypeModifier and TypeMethodDescriptionstatic ValidIdentifiers.Datasubtype
ValidIdentifiers.isValid
(ValidIdentifiers.Datatype datatype, Set<ValidIdentifiers.Datasubtype> datasubtypes, String code) Returns the Datasubtype containing the code, or null if there is none.static ValidIdentifiers.Datasubtype
ValidIdentifiers.isValid
(ValidIdentifiers.Datatype datatype, Set<ValidIdentifiers.Datasubtype> datasubtypes, String code, String value) -
Uses of ValidIdentifiers.Datatype in com.ibm.icu.impl.locale
Fields in com.ibm.icu.impl.locale declared as ValidIdentifiers.DatatypeMethods in com.ibm.icu.impl.locale with parameters of type ValidIdentifiers.DatatypeModifier and TypeMethodDescriptionprivate boolean
LocaleValidityChecker.isValid
(ValidIdentifiers.Datatype datatype, String code, LocaleValidityChecker.Where where) private boolean
LocaleValidityChecker.isValidU
(ULocale locale, ValidIdentifiers.Datatype datatype, String extensionString, LocaleValidityChecker.Where where) boolean
LocaleValidityChecker.Where.set
(ValidIdentifiers.Datatype datatype, String code)