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 int IDNA.compare(StringBuffer s1, StringBuffer s2, int options)
          Compare two IDN strings for equivalence.
static int IDNA.compare(String s1, String s2, int options)
          Compare two IDN strings for equivalence.
static int IDNA.compare(UCharacterIterator s1, UCharacterIterator s2, int options)
          Compare two IDN strings for equivalence.
static StringBuffer IDNA.convertIDNToASCII(StringBuffer src, int options)
          Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertIDNToASCII(String src, int options)
          Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertIDNToASCII(UCharacterIterator src, int options)
          Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertIDNToUnicode(StringBuffer src, int options)
          Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertIDNToUnicode(String src, int options)
          Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertIDNToUnicode(UCharacterIterator src, int options)
          Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertToASCII(StringBuffer src, int options)
          This function implements the ToASCII operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertToASCII(String src, int options)
          This function implements the ToASCII operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertToASCII(UCharacterIterator src, int options)
          This function implements the ToASCII operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertToUnicode(StringBuffer src, int options)
          This function implements the ToUnicode operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertToUnicode(String src, int options)
          This function implements the ToUnicode operation as defined in the IDNA RFC.
static StringBuffer IDNA.convertToUnicode(UCharacterIterator src, int options)
          Function that implements the ToUnicode operation as defined in the IDNA RFC.
 StringBuffer StringPrep.prepare(UCharacterIterator src, int options)
          Prepare the input buffer for use in applications with the given profile.
 



Copyright (c) 2009 IBM Corporation and others.