Lines Matching full:boundary
497 * @return The character offset of the boundary position n boundaries away from
514 * Advances the iterator to the next boundary position.
515 * @return The position of the first boundary after this one.
541 * Advances the iterator backwards, to the last boundary preceding this one.
542 * @return The position of the last boundary position preceding this one.
636 * Sets the iterator to refer to the first boundary position following
689 // handlePrevious will move most of the time to < 1 boundary away
703 // previous will give result 0 or 1 boundary away from offset,
744 * Sets the iterator to refer to the last boundary position before the
747 * @return The position of the last boundary before the starting position.
795 // Will come here if specified offset was not a code point boundary AND
796 // the underlying implmentation is using UText, which snaps any non-code-point-boundary
807 // TODO: change RBBI behavior for off-boundary indices to match that of UText?
829 // next will give result 0 or 1 boundary away from offset,
853 * Returns true if the specfied position is a boundary position. As a side
854 * effect, leaves the iterator pointing to the first boundary position at
857 * @return True if "offset" is a boundary position.
860 // the beginning index of the iterator is always a boundary position by definition
871 // out-of-range indexes are never boundary positions