Uses of Class
com.ibm.icu.text.StringPrepParseException

Packages that use StringPrepParseException
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 StringPrepParseException in com.ibm.icu.text
 

Methods in com.ibm.icu.text that throw StringPrepParseException
static StringBuffer IDNA.convertToASCII(String src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToASCII(StringBuffer src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToASCII(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToASCII(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToASCII(StringBuffer src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToASCII(String src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToUnicode(String src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToUnicode(StringBuffer src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToUnicode(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToUnicode(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToUnicode(StringBuffer src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToUnicode(String src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static int IDNA.compare(StringBuffer s1, StringBuffer s2, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static int IDNA.compare(String s1, String s2, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static int IDNA.compare(UCharacterIterator s1, UCharacterIterator s2, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
 StringBuffer StringPrep.prepare(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.