BreakIterator.DONE
and the iterator's current position is unchanged. Otherwise, the iterator's current position is set to the returned boundary. The value returned is always greater than the offset or the value BreakIterator.DONE
.
@param offset the character offset to begin scanning.
@return The first boundary after the specified offset or BreakIterator.DONE
if the last text boundary is passed in as the offset.
@exception IllegalArgumentException if the specified offset is less thanthe first text boundary or greater than the last text boundary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|