Frames | No Frames |
Classes derived from com.ibm.icu.text.RuleBasedBreakIterator | |
class | 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 | Rule Based Break Iterator implementation.
|
class | A subclass of BreakIterator whose behavior is specified using a list of rules.
There are two kinds of rules, which are separated by semicolons: substitutions
and regular expressions.
A substitution rule defines a name that can be used in place of an expression. |
Methods with return type com.ibm.icu.text.RuleBasedBreakIterator | |
RuleBasedBreakIterator | RuleBasedBreakIterator.getInstanceFromCompiledRules(InputStream is) Get a break iterator based on a set of pre-compiled break rules.
|
RuleBasedBreakIterator | RuleBasedBreakIterator_New.getInstanceFromCompiledRules(InputStream is) Create a break iterator from a precompiled set of rules.
|