Returns the boundary following the current boundary. If the current boundary is the last text boundary, it returns BreakIterator#DONE and the iterator's current position is unchanged. Otherwise, the iterator's current position is set to the boundary following the current boundary.
()
| 400 | * boundary. |
| 401 | */ |
| 402 | public int previous() { |
| 403 | try { |
| 404 | Stats.onNativeCall(); |
| 405 | return _nPrevious(_ptr); |
| 406 | } finally { |
| 407 | ReferenceUtil.reachabilityFence(this); |
| 408 | } |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * Returns the first boundary. The iterator's current position is set to the first text boundary. |
no test coverage detected