Uses of Class
com.ibm.icu.text.RuleBasedCollator
Packages that use RuleBasedCollator
Package
Description
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.
-
Uses of RuleBasedCollator in com.ibm.icu.text
Methods in com.ibm.icu.text that return RuleBasedCollatorModifier and TypeMethodDescriptionRuleBasedCollator.cloneAsThawed()
Provides for the clone operation.AlphabeticIndex.getCollator()
Get a clone of the collator used internally.StringSearch.getCollator()
Gets theRuleBasedCollator
used for the language rules.CollationElementIterator.getRuleBasedCollator()
Deprecated.This API is ICU internal only.RuleBasedCollator.setMaxVariable
(int group) Sets the variable top to the top of the specified reordering group.Methods in com.ibm.icu.text with parameters of type RuleBasedCollatorModifier and TypeMethodDescriptionvoid
StringSearch.setCollator
(RuleBasedCollator collator) Sets theRuleBasedCollator
to be used for language-specific searching.Constructors in com.ibm.icu.text with parameters of type RuleBasedCollatorModifierConstructorDescriptionAlphabeticIndex
(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.