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 RuleBasedCollatorRbnfScannerProviderImpl.RbnfLenientScannerImpl.collatorConstructors 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 RuleBasedCollatorStringSearch.collator_private RuleBasedCollatorAlphabeticIndex.collatorExternalprivate final RuleBasedCollatorAlphabeticIndex.collatorOriginalprivate final RuleBasedCollatorAlphabeticIndex.collatorPrimaryOnlyprivate RuleBasedCollatorCollationElementIterator.rbc_Methods in com.ibm.icu.text that return RuleBasedCollatorModifier and TypeMethodDescriptionRuleBasedCollator.clone()Clones the RuleBasedCollatorRuleBasedCollator.cloneAsThawed()Provides for the clone operation.AlphabeticIndex.getCollator()Get a clone of the collator used internally.StringSearch.getCollator()Gets theRuleBasedCollatorused 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 booleanAlphabeticIndex.hasMultiplePrimaryWeights(RuleBasedCollator coll, long variableTop, String s) private voidStringSearch.CollationPCE.init(RuleBasedCollator coll) private static voidCollator.setAttributesFromKeywords(ULocale loc, Collator coll, RuleBasedCollator rbc) Sets collation attributes according to locale keywords.voidStringSearch.setCollator(RuleBasedCollator collator) Sets theRuleBasedCollatorto 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.privateAlphabeticIndex(ULocale locale, RuleBasedCollator collator) Internal constructor containing implementation used by public constructors.privateCollationElementIterator(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.