Home | History | Annotate | Download | only in unicode

Lines Matching refs:BreakIterator

26  * The BreakIteratorFilter is used to modify the behavior of a BreakIterator
27 * by constructing a new BreakIterator which suppresses certain segment boundaries.
109 * @return the new BreakIterator, owned by the caller.
113 virtual BreakIterator *build(BreakIterator* adoptBreakIterator, UErrorCode& status) = 0;
117 * The resulting BreakIterator is owned by the caller.
118 * The BreakIteratorFilter may be destroyed before the BreakIterator is destroyed.
119 * Note that the adoptBreakIterator is adopted by the new BreakIterator
125 * @return the new BreakIterator, owned by the caller.
128 inline BreakIterator *wrapIteratorWithFilter(BreakIterator* adoptBreakIterator, UErrorCode& status) {