Uses of Class
com.ibm.icu.text.IDNA.Error
-
Packages that use IDNA.Error Package Description com.ibm.icu.impl com.ibm.icu.text -
-
Uses of IDNA.Error in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type IDNA.Error Modifier and Type Field Description private static java.util.EnumSet<IDNA.Error>
UTS46. severeErrors
-
Uses of IDNA.Error in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type IDNA.Error Modifier and Type Field Description private java.util.EnumSet<IDNA.Error>
IDNA.Info. errors
private java.util.EnumSet<IDNA.Error>
IDNA.Info. labelErrors
Methods in com.ibm.icu.text that return IDNA.Error Modifier and Type Method Description static IDNA.Error
IDNA.Error. valueOf(java.lang.String name)
Returns 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.Error Modifier and Type Method Description java.util.Set<IDNA.Error>
IDNA.Info. getErrors()
Returns a set indicating IDNA processing errors.Methods in com.ibm.icu.text with parameters of type IDNA.Error Modifier and Type Method Description protected static void
IDNA. addError(IDNA.Info info, IDNA.Error error)
Deprecated.This API is ICU internal only.protected static void
IDNA. 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.Error Modifier and Type Method Description protected static boolean
IDNA. hasCertainErrors(IDNA.Info info, java.util.EnumSet<IDNA.Error> errors)
Deprecated.This API is ICU internal only.protected static boolean
IDNA. hasCertainLabelErrors(IDNA.Info info, java.util.EnumSet<IDNA.Error> errors)
Deprecated.This API is ICU internal only.
-