Uses of Class
com.ibm.icu.text.RuleBasedCollator
Packages that use RuleBasedCollator
-
Uses of RuleBasedCollator in com.ibm.icu.impl.text
Fields in com.ibm.icu.impl.text declared as RuleBasedCollatorModifier and TypeFieldDescriptionprivate final RuleBasedCollator
RbnfScannerProviderImpl.RbnfLenientScannerImpl.collator
Constructors in com.ibm.icu.impl.text with parameters of type RuleBasedCollator -
Uses of RuleBasedCollator in com.ibm.icu.text
Fields in com.ibm.icu.text declared as RuleBasedCollatorModifier and TypeFieldDescriptionprivate RuleBasedCollator
StringSearch.collator_
private RuleBasedCollator
AlphabeticIndex.collatorExternal
private final RuleBasedCollator
AlphabeticIndex.collatorOriginal
private final RuleBasedCollator
AlphabeticIndex.collatorPrimaryOnly
private RuleBasedCollator
CollationElementIterator.rbc_
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 TypeMethodDescriptionprivate static boolean
AlphabeticIndex.hasMultiplePrimaryWeights
(RuleBasedCollator coll, long variableTop, String s) private void
StringSearch.CollationPCE.init
(RuleBasedCollator coll) private static void
Collator.setAttributesFromKeywords
(ULocale loc, Collator coll, RuleBasedCollator rbc) Sets collation attributes according to locale keywords.void
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.private
AlphabeticIndex
(ULocale locale, RuleBasedCollator collator) Internal constructor containing implementation used by public constructors.private
CollationElementIterator
(RuleBasedCollator collator) (package private)
CollationElementIterator
(UCharacterIterator source, RuleBasedCollator collator) CollationElementIterator constructor.(package private)
CollationElementIterator
(String source, RuleBasedCollator collator) CollationElementIterator constructor.(package private)
CollationElementIterator
(CharacterIterator source, RuleBasedCollator collator) CollationElementIterator constructor.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.