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

Packages that use RuleBasedBreakIterator
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 RuleBasedBreakIterator in com.ibm.icu.text
 

Subclasses of RuleBasedBreakIterator in com.ibm.icu.text
 class DictionaryBasedBreakIterator
          A subclass of RuleBasedBreakIterator that adds the ability to use a dictionary to further subdivide ranges of text beyond what is possible using just the state-table-based algorithm.
 

Methods in com.ibm.icu.text that return RuleBasedBreakIterator
static RuleBasedBreakIterator RuleBasedBreakIterator.getInstanceFromCompiledRules(InputStream is)
          Deprecated. This API is ICU internal only.
 



Copyright (c) 2009 IBM Corporation and others.