Uses of Class
com.ibm.icu.text.IDNA.Info
-
Packages that use IDNA.Info 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. -
-
Uses of IDNA.Info in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type IDNA.Info Modifier and Type Method Description protected 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.protected 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.protected static booleanIDNA. isBiDi(IDNA.Info info)Deprecated.This API is ICU internal only.protected static booleanIDNA. isOkBiDi(IDNA.Info info)Deprecated.This API is ICU internal only.abstract StringBuilderIDNA. labelToASCII(CharSequence label, StringBuilder dest, IDNA.Info info)Converts a single domain name label into its ASCII form for DNS lookup.abstract StringBuilderIDNA. labelToUnicode(CharSequence label, StringBuilder dest, IDNA.Info info)Converts a single domain name label into its Unicode form for human-readable display.abstract StringBuilderIDNA. nameToASCII(CharSequence name, StringBuilder dest, IDNA.Info info)Converts a whole domain name into its ASCII form for DNS lookup.abstract StringBuilderIDNA. nameToUnicode(CharSequence name, StringBuilder dest, IDNA.Info info)Converts a whole domain name into its Unicode form for human-readable display.protected static voidIDNA. promoteAndResetLabelErrors(IDNA.Info info)Deprecated.This API is ICU internal only.protected static voidIDNA. resetInfo(IDNA.Info info)Deprecated.This API is ICU internal only.protected static voidIDNA. setBiDi(IDNA.Info info)Deprecated.This API is ICU internal only.protected static voidIDNA. setNotOkBiDi(IDNA.Info info)Deprecated.This API is ICU internal only.protected static voidIDNA. setTransitionalDifferent(IDNA.Info info)Deprecated.This API is ICU internal only.
-