Frames | No Frames |
Constructors with parameter type com.ibm.icu.text.RuleBasedCollator | |
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.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. |
Methods with parameter type com.ibm.icu.text.RuleBasedCollator | |
void |
Sets the RuleBasedCollator to be used for language-specific searching.
|
Methods with return type com.ibm.icu.text.RuleBasedCollator | |
RuleBasedCollator |
Gets the RuleBasedCollator used for the language rules.
|