Uses of Class
com.ibm.icu.text.StringPrepParseException
Packages that use StringPrepParseException
Package
Description
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 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).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).