MCPcopy Create free account
hub / github.com/HumbleUI/Skija / next

Method next

shared/java/BreakIterator.java:361–368  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

359 * boundary.
360 */
361 public int next() {
362 try {
363 Stats.onNativeCall();
364 return _nNext(_ptr);
365 } finally {
366 ReferenceUtil.reachabilityFence(this);
367 }
368 }
369
370 /**
371 * Advances the iterator either forward or backward the specified number of steps.

Calls 5

onNativeCallMethod · 0.95
_nNextMethod · 0.95
reachabilityFenceMethod · 0.95
previousMethod · 0.95
currentMethod · 0.95

Tested by 1

iterMethod · 0.36