Uses of Class
com.ibm.icu.text.RuleBasedCollator

Packages that use RuleBasedCollator
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
 RuleBasedCollator StringSearch.getCollator()
           Gets the RuleBasedCollator used for the language rules.
 

Methods in com.ibm.icu.text with parameters of type RuleBasedCollator
 void StringSearch.setCollator(RuleBasedCollator collator)
           Sets the RuleBasedCollator to be used for language-specific searching.
 

Constructors in com.ibm.icu.text with parameters of type RuleBasedCollator
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.
 



Copyright (c) 2009 IBM Corporation and others.