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_Old 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.
 class RuleBasedBreakIterator_New
          Rule Based Break Iterator implementation.
 class RuleBasedBreakIterator_Old
          A subclass of BreakIterator whose behavior is specified using a list of rules.
 

Methods in com.ibm.icu.text that return RuleBasedBreakIterator
static RuleBasedBreakIterator RuleBasedBreakIterator_New.getInstanceFromCompiledRules(InputStream is)
          Create a break iterator from a precompiled set of rules.
static RuleBasedBreakIterator RuleBasedBreakIterator.getInstanceFromCompiledRules(InputStream is)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.