Lines Matching full:boundary
61 * Line boundary analysis determines where a text string can be broken
65 * Sentence boundary analysis allows selection with correct
69 * Word boundary analysis is used by search and replace functions, as
76 * Character boundary analysis allows users to interact with
78 * through a text string. Character boundary analysis provides correct
84 * The text boundary positions are found according to the rules
169 * Change the text over which this operates. The text boundary is
192 * Change the text over which this operates. The text boundary is
223 * Return the boundary preceding the current boundary.
224 * @return The character index of the previous text boundary or DONE if all
231 * Return the boundary following the current boundary.
232 * @return The character index of the next text boundary or DONE if all
240 * @return The boundary most recently returned.
246 * Return the first boundary following the specified offset.
250 * @return The first boundary after the specified offset.
256 * Return the first boundary preceding the specified offset.
260 * @return The first boundary before the specified offset.
266 * Return true if the specfied position is a boundary position.
268 * to the first boundary position at or following the specified offset.
270 * @return True if "offset" is a boundary position.
276 * Return the nth boundary from the current boundary
277 * @param n which boundary to return. A value of 0
280 * @return The index of the nth boundary from the current position, or
379 * Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration,
380 * please use Word Boundary iterator.{@link #createWordInstance }