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 less than the offset or the value BreakIterator.DONE
.
@param offset the characater offset to begin scanning.
@return The last boundary before the specified offset or BreakIterator.DONE
if the first 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.
@since 1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|