Frames | No Frames |
Constructors with parameter type com.ibm.icu.text.UnicodeSet | |
Constructs a copy of an existing set.
| |
Create an iterator over the given set.
|
Fields of type com.ibm.icu.text.UnicodeSet | |
UnicodeSet | A temporary holding place for the list of ignore characters
|
Methods with parameter type com.ibm.icu.text.UnicodeSet | |
UnicodeSet | Adds all of the elements in the specified set to this set if
they're not already present. |
void | Union the set of all characters that may be matched by this object
into the given set.
|
void | Implementation of UnicodeMatcher API. |
boolean | UnicodeSet.XSymbolTable.applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) |
UnicodeSet | Complements in this set all elements contained in the specified
set. |
boolean | Returns true if this set contains all the characters and strings
of the given set.
|
boolean | Returns true if none of the characters or strings in this UnicodeSet appears in the string.
|
boolean | 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
|
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
|
Normalizer.QuickCheckResult | This method is used for method dispatch
|
UnicodeSet | Removes from this set all of its elements that are contained in the
specified set. |
void | Sets this iterator to visit the elements of the given set and
resets it to the start of that set. |
UnicodeSet | Retains only the elements in this set that are contained in the
specified set. |
UnicodeSet | Make this object represent the same set as other .
|
Methods with return type com.ibm.icu.text.UnicodeSet | |
UnicodeSet | UnicodeSet.add(String s) Adds the specified multicharacter to this set if it is not already
present. |
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.addAll(String s) Adds each of the characters in this string to the set. |
UnicodeSet | 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 | Modifies this set to contain those code points which have the
given value for the given property. |
UnicodeSet | Removes all of the elements from this set. |
UnicodeSet | UnicodeSet.closeOver(int attribute) Close this set over the given attribute. |
UnicodeSet | Reallocate this objects internal structures to take up the least
possible space, without changing this object's value.
|
UnicodeSet | This is equivalent to
complement(MIN_VALUE, MAX_VALUE) .
|
UnicodeSet | UnicodeSet.complement(String s) Complement the specified string in this set.
|
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.complementAll(String s) Complement EACH of the characters in this string. |
UnicodeSet | Complements in this set all elements contained in the specified
set. |
UnicodeSet | UnicodeSet.from(String s) Makes a set from a multicharacter string. |
UnicodeSet | UnicodeSet.fromAll(String s) Makes a set from each of the characters in the string. |
UnicodeSet | Returns the set of all characters that may be modified in the
input text by this Transliterator. |
UnicodeSet | Get an UnicodeSet that contains all the characters and sequences
tailored in this collator.
|
UnicodeSet | Get an UnicodeSet that contains all the characters and sequences
tailored in this collator.
|
UnicodeSet | Returns the set of all characters that may be generated as
replacement text by this transliterator. |
UnicodeSet | 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. |
UnicodeSet | UnicodeSet.remove(String s) Removes the specified string from this set if it is present.
|
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.removeAll(String s) Remove EACH of the characters in this string. |
UnicodeSet | Removes from this set all of its elements that are contained in the
specified set. |
UnicodeSet | UnicodeSet.retain(String s) Retain the specified string in this set if it is present.
|
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.retainAll(String s) Retains EACH of the characters in this string. |
UnicodeSet | Retains only the elements in this set that are contained in the
specified set. |
UnicodeSet | Make this object represent the same set as other .
|
UnicodeSet | UnicodeSet.set(int start, int end) Make this object represent the range start - end .
|
Constructors with parameter type com.ibm.icu.text.UnicodeSet | |
Constructs a string tokenizer for the specified string. | |
Constructs a string tokenizer for the specified string. | |
StringTokenizer.StringTokenizer(String str, UnicodeSet delim, boolean returndelims, boolean coalescedelims) Constructs a string tokenizer for the specified string. |
Methods with parameter type com.ibm.icu.text.UnicodeSet | |
String | Returns the next token in this string tokenizer's string. |
Methods with return type com.ibm.icu.text.UnicodeSet | |
UnicodeSet | Returns the set of exemplar characters for a locale.
|
UnicodeSet | LocaleData.getExemplarSet(int options, int extype) Returns the set of exemplar characters for a locale.
|