Home | History | Annotate | Download | only in unicode

Lines Matching full:boundary

44  * Line boundary analysis determines where a text string can be broken
48 * Sentence boundary analysis allows selection with correct
52 * Word boundary analysis is used by search and replace functions, as
59 * Character boundary analysis identifies the boundaries of
66 * Title boundary analysis locates all positions,
70 * The text boundary positions are found according to the rules
101 * Unicode 3.2 only. For Unicode 4.0 and above title boundary iteration,
102 * please use Word Boundary iterator.
334 * Determine the most recently-returned text boundary.
345 * Determine the text boundary following the current text boundary.
348 * @return The character index of the next text boundary, or UBRK_DONE
357 * Determine the text boundary preceding the current text boundary.
360 * @return The character index of the preceding text boundary, or UBRK_DONE
393 * Determine the text boundary preceding the specified offset.
397 * @return The text boundary preceding offset, or UBRK_DONE.
406 * Determine the text boundary following the specified offset.
410 * @return The text boundary following offset, or UBRK_DONE.
443 * Returns true if the specfied position is a boundary position. As a side
444 * effect, leaves the iterator pointing to the first boundary position at
448 * @return True if "offset" is a boundary position.
480 * the most recent boundary returned by the break iterator.