Frames | No Frames |
Methods with parameter type com.ibm.icu.text.BreakIterator | |
String | Gets the titlecase version of the argument string.
Position for titlecasing is determined by the argument break
iterator, hence the user can customized his break iterator for
a specialized titlecasing. |
String | Gets the titlecase version of the argument string.
Position for titlecasing is determined by the argument break
iterator, hence the user can customized his break iterator for
a specialized titlecasing. |
String | Gets the titlecase version of the argument string.
Position for titlecasing is determined by the argument break
iterator, hence the user can customized his break iterator for
a specialized titlecasing. |
Classes derived from com.ibm.icu.text.BreakIterator | |
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 | A subclass of BreakIterator whose behavior is specified using a list of rules.
|
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. |
Constructors with parameter type com.ibm.icu.text.BreakIterator | |
Protected constructor for use by subclasses.
| |
StringSearch.StringSearch(String pattern, CharacterIterator target, RuleBasedCollator collator, BreakIterator breakiter) Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text. |
Fields of type com.ibm.icu.text.BreakIterator | |
BreakIterator | The BreakIterator to define the boundaries of a logical match.
|
Methods with parameter type com.ibm.icu.text.BreakIterator | |
Object | Register a new break iterator of the indicated kind, to use in the given locale.
|
Object | Register a new break iterator of the indicated kind, to use in the given locale.
|
void | Set the BreakIterator that is used to restrict the points at which
matches are detected.
|
Methods with return type com.ibm.icu.text.BreakIterator | |
BreakIterator | Returns the BreakIterator that is used to restrict the indexes at which
matches are detected. |
BreakIterator | Returns a new instance of BreakIterator that locates logical-character
boundaries. |
BreakIterator | BreakIterator.getCharacterInstance(Locale where) Returns a new instance of BreakIterator that locates logical-character
boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates logical-character
boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates legal line-
wrapping positions. |
BreakIterator | BreakIterator.getLineInstance(Locale where) Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
|
BreakIterator | Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
|
BreakIterator | Returns a new instance of BreakIterator that locates sentence boundaries.
|
BreakIterator | BreakIterator.getSentenceInstance(Locale where) Returns a new instance of BreakIterator that locates sentence boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates sentence boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates title boundaries.
|
BreakIterator | BreakIterator.getTitleInstance(Locale where) Returns a new instance of BreakIterator that locates title boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates title boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates word boundaries.
|
BreakIterator | BreakIterator.getWordInstance(Locale where) Returns a new instance of BreakIterator that locates word boundaries.
|
BreakIterator | Returns a new instance of BreakIterator that locates word boundaries.
|