| java.lang.Object com.ibm.icu.text.Quantifier
Field Summary | |
final public static int | MAX Maximum count a quantifier can have. |
MAX | final public static int MAX(Code) | | Maximum count a quantifier can have.
|
addMatchSetTo | public void addMatchSetTo(UnicodeSet toUnionTo)(Code) | | Implementation of UnicodeMatcher API. Union the set of all
characters that may be matched by this object into the given
set.
Parameters: toUnionTo - the set into which to union the source characters |
matches | public int matches(Replaceable text, int[] offset, int limit, boolean incremental)(Code) | | Implement UnicodeMatcher API.
|
matchesIndexValue | public boolean matchesIndexValue(int v)(Code) | | Implement UnicodeMatcher API
|
toPattern | public String toPattern(boolean escapeUnprintable)(Code) | | Implement UnicodeMatcher API
|
|
|