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

Packages that use UnicodeSet
com.ibm.icu.charset Enhanced charset conversion support. 
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. 
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of UnicodeSet in com.ibm.icu.charset
 

Methods in com.ibm.icu.charset with parameters of type UnicodeSet
 void CharsetICU.getUnicodeSet(UnicodeSet setFillIn, int which)
          Returns the set of Unicode code points that can be converted by an ICU Converter.
 

Uses of UnicodeSet in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return UnicodeSet
 UnicodeSet UnicodeSet.add(int c)
          Adds the specified character to this set if it is not already present.
 UnicodeSet UnicodeSet.add(int start, int end)
          Adds the specified range to this set if it is not already present.
 UnicodeSet UnicodeSet.add(String s)
          Adds the specified multicharacter to this set if it is not already present.
 UnicodeSet UnicodeSet.addAll(String s)
          Adds each of the characters in this string to the set.
 UnicodeSet UnicodeSet.addAll(UnicodeSet c)
          Adds all of the elements in the specified set to this set if they're not already present.
 UnicodeSet UnicodeSet.applyIntPropertyValue(int prop, int value)
          Modifies this set to contain those code points which have the given value for the given binary or enumerated property, as returned by UCharacter.getIntPropertyValue.
 UnicodeSet UnicodeSet.applyPattern(String pattern)
          Modifies this set to represent the set specified by the given pattern.
 UnicodeSet UnicodeSet.applyPattern(String pattern, boolean ignoreWhitespace)
          Modifies this set to represent the set specified by the given pattern, optionally ignoring whitespace.
 UnicodeSet UnicodeSet.applyPattern(String pattern, int options)
          Modifies this set to represent the set specified by the given pattern, optionally ignoring whitespace.
 UnicodeSet UnicodeSet.applyPropertyAlias(String propertyAlias, String valueAlias)
          Modifies this set to contain those code points which have the given value for the given property.
 UnicodeSet UnicodeSet.applyPropertyAlias(String propertyAlias, String valueAlias, SymbolTable symbols)
          Modifies this set to contain those code points which have the given value for the given property.
 UnicodeSet UnicodeSet.clear()
          Removes all of the elements from this set.
 UnicodeSet UnicodeSet.closeOver(int attribute)
          Close this set over the given attribute.
 UnicodeSet UnicodeSet.compact()
          Reallocate this objects internal structures to take up the least possible space, without changing this object's value.
 UnicodeSet UnicodeSet.complement()
          This is equivalent to complement(MIN_VALUE, MAX_VALUE).
 UnicodeSet UnicodeSet.complement(int c)
          Complements the specified character in this set.
 UnicodeSet UnicodeSet.complement(int start, int end)
          Complements the specified range in this set.
 UnicodeSet UnicodeSet.complement(String s)
          Complement the specified string in this set.
 UnicodeSet UnicodeSet.complementAll(String s)
          Complement EACH of the characters in this string.
 UnicodeSet UnicodeSet.complementAll(UnicodeSet c)
          Complements in this set all elements contained in the specified set.
static UnicodeSet UnicodeSet.from(String s)
          Makes a set from a multicharacter string.
static UnicodeSet UnicodeSet.fromAll(String s)
          Makes a set from each of the characters in the string.
 UnicodeSet Transliterator.getSourceSet()
          Returns the set of all characters that may be modified in the input text by this Transliterator.
 UnicodeSet Collator.getTailoredSet()
          Get an UnicodeSet that contains all the characters and sequences tailored in this collator.
 UnicodeSet RuleBasedCollator.getTailoredSet()
          Get an UnicodeSet that contains all the characters and sequences tailored in this collator.
 UnicodeSet Transliterator.getTargetSet()
          Returns the set of all characters that may be generated as replacement text by this transliterator.
 UnicodeSet RuleBasedTransliterator.getTargetSet()
          Deprecated. This API is ICU internal only.
protected  UnicodeSet Transliterator.handleGetSourceSet()
          Framework method that returns the set of all characters that may be modified in the input text by this Transliterator, ignoring the effect of this object's filter.
protected  UnicodeSet RuleBasedTransliterator.handleGetSourceSet()
          Deprecated. This API is ICU internal only.
 UnicodeSet UnicodeSet.remove(int c)
          Removes the specified character from this set if it is present.
 UnicodeSet UnicodeSet.remove(int start, int end)
          Removes the specified range from this set if it is present.
 UnicodeSet UnicodeSet.remove(String s)
          Removes the specified string from this set if it is present.
 UnicodeSet UnicodeSet.removeAll(String s)
          Remove EACH of the characters in this string.
 UnicodeSet UnicodeSet.removeAll(UnicodeSet c)
          Removes from this set all of its elements that are contained in the specified set.
 UnicodeSet UnicodeSet.retain(int c)
          Retain the specified character from this set if it is present.
 UnicodeSet UnicodeSet.retain(int start, int end)
          Retain only the elements in this set that are contained in the specified range.
 UnicodeSet UnicodeSet.retain(String s)
          Retain the specified string in this set if it is present.
 UnicodeSet UnicodeSet.retainAll(String s)
          Retains EACH of the characters in this string.
 UnicodeSet UnicodeSet.retainAll(UnicodeSet c)
          Retains only the elements in this set that are contained in the specified set.
 UnicodeSet UnicodeSet.set(int start, int end)
          Make this object represent the range start - end.
 UnicodeSet UnicodeSet.set(UnicodeSet other)
          Make this object represent the same set as other.
 

Methods in com.ibm.icu.text with parameters of type UnicodeSet
 UnicodeSet UnicodeSet.addAll(UnicodeSet c)
          Adds all of the elements in the specified set to this set if they're not already present.
 void UnicodeSet.addMatchSetTo(UnicodeSet toUnionTo)
          Implementation of UnicodeMatcher API.
 void UnicodeMatcher.addMatchSetTo(UnicodeSet toUnionTo)
          Union the set of all characters that may be matched by this object into the given set.
 boolean UnicodeSet.XSymbolTable.applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result)
          Apply a new property alias.
 UnicodeSet UnicodeSet.complementAll(UnicodeSet c)
          Complements in this set all elements contained in the specified set.
 boolean UnicodeSet.containsAll(UnicodeSet b)
          Returns true if this set contains all the characters and strings of the given set.
 boolean UnicodeSet.containsNone(UnicodeSet b)
          Returns true if none of the characters or strings in this UnicodeSet appears in the string.
 boolean UnicodeSet.containsSome(UnicodeSet s)
          Returns true if this set contains one or more of the characters and strings of the given set.
 void RuleBasedCollator.getContractionsAndExpansions(UnicodeSet contractions, UnicodeSet expansions, boolean addPrefixes)
          Gets unicode sets containing contractions and/or expansions of a collator
protected  int Normalizer.Mode.normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, UnicodeSet nx)
          This method is used for method dispatch
protected  Normalizer.QuickCheckResult Normalizer.Mode.quickCheck(char[] src, int start, int limit, boolean allowMaybe, UnicodeSet nx)
          This method is used for method dispatch
 UnicodeSet UnicodeSet.removeAll(UnicodeSet c)
          Removes from this set all of its elements that are contained in the specified set.
 void UnicodeSetIterator.reset(UnicodeSet uset)
          Sets this iterator to visit the elements of the given set and resets it to the start of that set.
 UnicodeSet UnicodeSet.retainAll(UnicodeSet c)
          Retains only the elements in this set that are contained in the specified set.
 UnicodeSet UnicodeSet.set(UnicodeSet other)
          Make this object represent the same set as other.
 

Constructors in com.ibm.icu.text with parameters of type UnicodeSet
UnicodeSet(UnicodeSet other)
          Constructs a copy of an existing set.
UnicodeSetIterator(UnicodeSet set)
          Create an iterator over the given set.
 

Uses of UnicodeSet in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return UnicodeSet
 UnicodeSet LocaleData.getExemplarSet(int options, int extype)
          Returns the set of exemplar characters for a locale.
static UnicodeSet LocaleData.getExemplarSet(ULocale locale, int options)
          Returns the set of exemplar characters for a locale.
 

Methods in com.ibm.icu.util with parameters of type UnicodeSet
 String StringTokenizer.nextToken(UnicodeSet delim)
          Returns the next token in this string tokenizer's string.
 

Constructors in com.ibm.icu.util with parameters of type UnicodeSet
StringTokenizer(String str, UnicodeSet delim)
          Constructs a string tokenizer for the specified string.
StringTokenizer(String str, UnicodeSet delim, boolean returndelims)
          Constructs a string tokenizer for the specified string.
StringTokenizer(String str, UnicodeSet delim, boolean returndelims, boolean coalescedelims)
          Deprecated. This API is ICU internal only.
 



Copyright (c) 2009 IBM Corporation and others.