MCPcopy Create free account
hub / github.com/JetBrains/skija / next

Method next

shared/java/BreakIterator.java:360–367  ·  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

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

Calls 4

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

Tested by 1

iterMethod · 0.36