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

Uses in package com.ibm.icu.text

Methods which throw type com.ibm.icu.text.StringPrepParseException

int
IDNA.compare(String s1, String s2, int options)
Compare two IDN strings for equivalence.
int
IDNA.compare(StringBuffer s1, StringBuffer s2, int options)
Compare two IDN strings for equivalence.
int
Compare two IDN strings for equivalence.
StringBuffer
IDNA.convertIDNToASCII(String src, int options)
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertIDNToASCII(StringBuffer src, int options)
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
StringBuffer
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertIDNToUnicode(String src, int options)
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertIDNToUnicode(StringBuffer src, int options)
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
StringBuffer
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertToASCII(String src, int options)
This function implements the ToASCII operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertToASCII(StringBuffer src, int options)
This function implements the ToASCII operation as defined in the IDNA RFC.
StringBuffer
This function implements the ToASCII operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertToUnicode(String src, int options)
This function implements the ToUnicode operation as defined in the IDNA RFC.
StringBuffer
IDNA.convertToUnicode(StringBuffer src, int options)
This function implements the ToUnicode operation as defined in the IDNA RFC.
StringBuffer
This function implements the ToUnicode operation as defined in the IDNA RFC.
StringBuffer
Prepare the input buffer for use in applications with the given profile.

Copyright (c) 2006 IBM Corporation and others.