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

Uses in package com.ibm.icu.text

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
Get a break iterator based on a set of pre-compiled break rules.
RuleBasedBreakIterator
Create a break iterator from a precompiled set of rules.

Copyright (c) 2006 IBM Corporation and others.