Uses of Enum
com.ibm.icu.text.IDNA.Error
Packages that use IDNA.Error
-
Uses of IDNA.Error in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type IDNA.Error -
Uses of IDNA.Error in com.ibm.icu.text
Subclasses with type arguments of type IDNA.Error in com.ibm.icu.textFields in com.ibm.icu.text with type parameters of type IDNA.ErrorModifier and TypeFieldDescriptionprivate EnumSet<IDNA.Error> IDNA.Info.errorsprivate EnumSet<IDNA.Error> IDNA.Info.labelErrorsMethods in com.ibm.icu.text that return IDNA.ErrorModifier and TypeMethodDescriptionstatic IDNA.ErrorReturns the enum constant of this type with the specified name.static IDNA.Error[]IDNA.Error.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text that return types with arguments of type IDNA.ErrorModifier and TypeMethodDescriptionIDNA.Info.getErrors()Returns a set indicating IDNA processing errors.Methods in com.ibm.icu.text with parameters of type IDNA.ErrorModifier and TypeMethodDescriptionprotected static voidIDNA.addError(IDNA.Info info, IDNA.Error error) Deprecated.This API is ICU internal only.protected static voidIDNA.addLabelError(IDNA.Info info, IDNA.Error error) Deprecated.This API is ICU internal only.Method parameters in com.ibm.icu.text with type arguments of type IDNA.ErrorModifier and TypeMethodDescriptionprotected static booleanIDNA.hasCertainErrors(IDNA.Info info, EnumSet<IDNA.Error> errors) Deprecated.This API is ICU internal only.protected static booleanIDNA.hasCertainLabelErrors(IDNA.Info info, EnumSet<IDNA.Error> errors) Deprecated.This API is ICU internal only.