Uses of Class
com.ibm.icu.text.StringPrepParseException
Packages that use StringPrepParseException
-
Uses of StringPrepParseException in com.ibm.icu.impl
Methods in com.ibm.icu.impl that throw StringPrepParseExceptionModifier and TypeMethodDescriptionstatic intstatic StringBufferIDNA2003.convertIDNToASCII(String src, int options) static StringBufferIDNA2003.convertIDNToUnicode(String src, int options) static StringBufferIDNA2003.convertToASCII(UCharacterIterator src, int options) static StringBufferIDNA2003.convertToUnicode(UCharacterIterator src, int options) static StringBuilderPunycode.decode(CharSequence src, boolean[] caseFlags) Converts Punycode to Unicode.static StringBuilderPunycode.encode(CharSequence src, boolean[] caseFlags) Converts Unicode to Punycode. -
Uses of StringPrepParseException in com.ibm.icu.text
Methods in com.ibm.icu.text that throw StringPrepParseExceptionModifier and TypeMethodDescriptionstatic intIDNA.compare(UCharacterIterator s1, UCharacterIterator s2, int options) Deprecated.static intIDNA.compare(StringBuffer s1, StringBuffer s2, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static intDeprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertIDNToASCII(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertIDNToASCII(StringBuffer src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertIDNToASCII(String src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertIDNToUnicode(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertIDNToUnicode(StringBuffer src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertIDNToUnicode(String src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertToASCII(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertToASCII(StringBuffer src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertToASCII(String src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertToUnicode(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertToUnicode(StringBuffer src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA.convertToUnicode(String src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).private StringBufferStringPrep.map(UCharacterIterator iter, int options) StringPrep.prepare(UCharacterIterator src, int options) Prepare the input buffer for use in applications with the given profile.Prepare the input String for use in applications with the given profile.
IDNA.getUTS46Instance(int).