Home | History | Annotate | Download | only in unicode

Lines Matching full:boundary

417      * @return The character offset of the boundary position n boundaries away from
424 * Advances the iterator to the next boundary position.
425 * @return The position of the first boundary after this one.
431 * Moves the iterator backwards, to the last boundary preceding this one.
432 * @return The position of the last boundary position preceding this one.
438 * Sets the iterator to refer to the first boundary position following
447 * Sets the iterator to refer to the last boundary position before the
450 * @return The position of the last boundary before the starting position.
456 * Returns true if the specfied position is a boundary position. As a side
457 * effect, leaves the iterator pointing to the first boundary position at
460 * @return True if "offset" is a boundary position.
477 * would cause a boundary to be located at some position in the text,
488 * <code>getRuleStatus()</code> can be called after obtaining a boundary
490 * any other break iterator functions that returns a boundary position.
523 * the most recent boundary returned by the break iterator.