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.getInstanceFromCompiledRules(java.io.InputStream is)
          Get a break iterator based on a set of pre-compiled break rules.
static RuleBasedBreakIterator RuleBasedBreakIterator_New.getInstanceFromCompiledRules(java.io.InputStream is)
          Create a break iterator from a precompiled set of rules.
 



Copyright (c) 2006 IBM Corporation and others.