Lines Matching full:boundary
495 * @return The character offset of the boundary position n boundaries away from
512 * Advances the iterator to the next boundary position.
513 * @return The position of the first boundary after this one.
539 * Advances the iterator backwards, to the last boundary preceding this one.
540 boundary position preceding this one.
634 * Sets the iterator to refer to the first boundary position following
687 // handlePrevious will move most of the time to < 1 boundary away
701 // previous will give result 0 or 1 boundary away from offset,
742 * Sets the iterator to refer to the last boundary position before the
745 * @return The position of the last boundary before the starting position.
793 // Will come here if specified offset was not a code point boundary AND
794 // the underlying implmentation is using UText, which snaps any non-code-point-boundary
805 // TODO: change RBBI behavior for off-boundary indices to match that of UText?
827 // next will give result 0 or 1 boundary away from offset,
851 * Returns true if the specfied position is a boundary position. As a side
852 * effect, leaves the iterator pointing to the first boundary position at
855 * @return True if "offset" is a boundary position.
858 // the beginning index of the iterator is always a boundary position by definition
869 // out-of-range indexes are never boundary positions