Uses of Class
com.ibm.icu.text.RuleBasedCollator
-
Packages that use RuleBasedCollator Package Description com.ibm.icu.text 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 RuleBasedCollator Modifier and Type Method Description RuleBasedCollator
RuleBasedCollator. cloneAsThawed()
Provides for the clone operation.RuleBasedCollator
AlphabeticIndex. getCollator()
Get a clone of the collator used internally.RuleBasedCollator
StringSearch. getCollator()
Gets theRuleBasedCollator
used for the language rules.RuleBasedCollator
CollationElementIterator. getRuleBasedCollator()
Deprecated.This API is ICU internal only.RuleBasedCollator
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 RuleBasedCollator Modifier and Type Method Description void
StringSearch. setCollator(RuleBasedCollator collator)
Sets theRuleBasedCollator
to be used for language-specific searching.Constructors in com.ibm.icu.text with parameters of type RuleBasedCollator Constructor 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.
-