Uses of Class
com.ibm.icu.text.RuleBasedCollator
-
Packages that use RuleBasedCollator Package Description com.ibm.icu.impl.text com.ibm.icu.text -
-
Uses of RuleBasedCollator in com.ibm.icu.impl.text
Fields in com.ibm.icu.impl.text declared as RuleBasedCollator Modifier and Type Field Description private RuleBasedCollator
RbnfScannerProviderImpl.RbnfLenientScannerImpl. collator
Constructors in com.ibm.icu.impl.text with parameters of type RuleBasedCollator Constructor Description RbnfLenientScannerImpl(RuleBasedCollator rbc)
-
Uses of RuleBasedCollator in com.ibm.icu.text
Fields in com.ibm.icu.text declared as RuleBasedCollator Modifier and Type Field Description private RuleBasedCollator
StringSearch. collator_
private RuleBasedCollator
AlphabeticIndex. collatorExternal
private RuleBasedCollator
AlphabeticIndex. collatorOriginal
private RuleBasedCollator
AlphabeticIndex. collatorPrimaryOnly
private RuleBasedCollator
CollationElementIterator. rbc_
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 private static boolean
AlphabeticIndex. hasMultiplePrimaryWeights(RuleBasedCollator coll, long variableTop, java.lang.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 RuleBasedCollator Constructor Description AlphabeticIndex(RuleBasedCollator collator)
Create an AlphabeticIndex that uses a specific collator.AlphabeticIndex(ULocale locale, RuleBasedCollator collator)
Internal constructor containing implementation used by public constructors.CollationElementIterator(RuleBasedCollator collator)
CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator)
CollationElementIterator constructor.CollationElementIterator(java.lang.String source, RuleBasedCollator collator)
CollationElementIterator constructor.CollationElementIterator(java.text.CharacterIterator source, RuleBasedCollator collator)
CollationElementIterator constructor.StringSearch(java.lang.String pattern, java.text.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(java.lang.String pattern, java.text.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.
-