Lines Matching refs:BreakIterator
53 * Other options for searching includes using a BreakIterator to restrict
57 * other text iteration classes such as <tt>BreakIterator</tt>. Using
198 * Set the BreakIterator that will be used to restrict the points
200 * the breakiterator.
201 * @param breakiter A BreakIterator that will be used to restrict the
204 * boundary as determined by the <tt>BreakIterator</tt>,
209 * @see BreakIterator
212 void setBreakIterator(BreakIterator *breakiter, UErrorCode &status);
215 * Returns the BreakIterator that is used to restrict the points at
220 * @return BreakIterator used to restrict matchings.
224 const BreakIterator * getBreakIterator(void) const;
413 * Currently the C++ breakiterator does not have getRules etc to reproduce
419 BreakIterator *m_breakiterator_;
439 * @param breakiter A {@link BreakIterator} that is used to restrict the
443 * boundary as determined by the <tt>BreakIterator</tt>,
452 BreakIterator *breakiter = NULL);
461 * @param breakiter A {@link BreakIterator} that is used to restrict the
465 * boundary as determined by the <tt>BreakIterator</tt>,
473 SearchIterator(CharacterIterator &text, BreakIterator *breakiter = NULL);