Uses of Class
com.ibm.icu.text.IDNA.Info
Packages that use IDNA.Info
-
Uses of IDNA.Info in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type IDNA.InfoModifier and TypeMethodDescriptionprivate voidUTS46.checkLabelBiDi(CharSequence label, int labelStart, int labelLength, IDNA.Info info) private voidUTS46.checkLabelContextO(CharSequence label, int labelStart, int labelLength, IDNA.Info info) UTS46.labelToASCII(CharSequence label, StringBuilder dest, IDNA.Info info) UTS46.labelToUnicode(CharSequence label, StringBuilder dest, IDNA.Info info) private intUTS46.markBadACELabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, IDNA.Info info) UTS46.nameToASCII(CharSequence name, StringBuilder dest, IDNA.Info info) UTS46.nameToUnicode(CharSequence name, StringBuilder dest, IDNA.Info info) private StringBuilderUTS46.process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, IDNA.Info info) private intUTS46.processLabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, IDNA.Info info) private StringBuilderUTS46.processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, IDNA.Info info) -
Uses of IDNA.Info in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type IDNA.InfoModifier 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.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 booleanDeprecated.This API is ICU internal only.protected static booleanDeprecated.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 voidDeprecated.This API is ICU internal only.protected static voidDeprecated.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.