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

Uses in package com.ibm.icu.lang

Methods with parameter type com.ibm.icu.text.BreakIterator

String
UCharacter.toTitleCase(Locale locale, String str, BreakIterator breakiter)
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
UCharacter.toTitleCase(String str, BreakIterator breakiter)
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
UCharacter.toTitleCase(ULocale locale, String str, BreakIterator titleIter)
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.

Uses in package com.ibm.icu.text

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

SearchIterator.SearchIterator(CharacterIterator target, BreakIterator breaker)
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
BreakIterator.registerInstance(BreakIterator iter, Locale locale, int kind)
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
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
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
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
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
Returns a new instance of BreakIterator that locates word boundaries.
BreakIterator
Returns a new instance of BreakIterator that locates word boundaries.

Copyright (c) 2006 IBM Corporation and others.