Lines Matching full:boundary
63 * Line boundary analysis determines where a text string can be broken
67 * Sentence boundary analysis allows selection with correct
71 * Word boundary analysis is used by search and replace functions, as
78 * Character boundary analysis allows users to interact with
80 * through a text string. Character boundary analysis provides correct
86 * The text boundary positions are found according to the rules
171 * Change the text over which this operates. The text boundary is
204 * Change the text over which this operates. The text boundary is
237 * Set the iterator position to the boundary preceding the current boundary.
238 * @return The character index of the previous text boundary or DONE if all
245 * Advance the iterator to the boundary following the current boundary.
246 * @return The character index of the next text boundary or DONE if all
254 * @return The boundary most recently returned.
260 * Advance the iterator to the first boundary following the specified offset.
264 * @return The first boundary after the specified offset.
270 * Set the iterator position to the first boundary preceding the specified offset.
274 * @return The first boundary before the specified offset.
280 * Return true if the specfied position is a boundary position.
282 * to the first boundary position at or following the specified offset.
284 * @return True if "offset" is a boundary position.
290 * Set the iterator position to the nth boundary from the current boundary
337 * the most recent boundary returned by the break iterator.
439 * Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration,
440 * please use Word Boundary iterator.{@link #createWordInstance }