Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
static IDNA.Error |
IDNA.Error.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Set<IDNA.Error> |
IDNA.Info.getErrors()
Returns a set indicating IDNA processing errors.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
IDNA.hasCertainErrors(IDNA.Info info,
EnumSet<IDNA.Error> errors)
Deprecated.
This API is ICU internal only.
|
protected static boolean |
IDNA.hasCertainLabelErrors(IDNA.Info info,
EnumSet<IDNA.Error> errors)
Deprecated.
This API is ICU internal only.
|
Copyright © 2016 Unicode, Inc. and others.