| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedCollator |
RuleBasedCollator.cloneAsThawed()
Provides for the clone operation.
|
RuleBasedCollator |
StringSearch.getCollator()
Gets the
RuleBasedCollator used for the language rules. |
RuleBasedCollator |
AlphabeticIndex.getCollator()
Get a clone of the collator used internally.
|
RuleBasedCollator |
CollationElementIterator.getRuleBasedCollator()
Deprecated.
This API is ICU internal only.
|
RuleBasedCollator |
RuleBasedCollator.setMaxVariable(int group)
[icu] Sets the variable top to the top of the specified reordering group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringSearch.setCollator(RuleBasedCollator collator)
Sets the
RuleBasedCollator to be used for language-specific searching. |
| Constructor and Description |
|---|
AlphabeticIndex(RuleBasedCollator collator)
Create an AlphabeticIndex that uses a specific collator.
|
StringSearch(String pattern,
CharacterIterator target,
RuleBasedCollator collator)
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
|
StringSearch(String pattern,
CharacterIterator target,
RuleBasedCollator collator,
BreakIterator breakiter)
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
|
Copyright © 2016 Unicode, Inc. and others.