Lines Matching full:boundary
499 * @return The character offset of the boundary position n boundaries away from
516 * Advances the iterator to the next boundary position.
517 * @return The position of the first boundary after this one.
543 * Advances the iterator backwards, to the last boundary preceding this one.
544 * @return The position of the last boundary position preceding this one.
638 * Sets the iterator to refer to the first boundary position following
691 // handlePrevious will move most of the time to < 1 boundary away
705 // previous will give result 0 or 1 boundary away from offset,
746 * Sets the iterator to refer to the last boundary position before the
749 * @return The position of the last boundary before the starting position.
797 // Will come here if specified offset was not a code point boundary AND
798 // the underlying implmentation is using UText, which snaps any non-code-point-boundary
809 // TODO: change RBBI behavior for off-boundary indices to match that of UText?
831 // next will give result 0 or 1 boundary away from offset,
855 * Returns true if the specfied position is a boundary position. As a side
856 * effect, leaves the iterator pointing to the first boundary position at
859 * @return True if "offset" is a boundary position.
862 // the beginning index of the iterator is always a boundary position by definition
873 // out-of-range indexes are never boundary positions