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

Method current

shared/java/BreakIterator.java:344–351  ·  view source on GitHub ↗

Returns character index of the text boundary that was most recently returned by next(), next(int), previous(), first(), last(), following(int) or preceding(int). If any of these methods returns BreakIterator#DONE because either first or

()

Source from the content-addressed store, hash-verified

342 * on which one is reached.
343 */
344 public int current() {
345 try {
346 Stats.onNativeCall();
347 return _nCurrent(_ptr);
348 } finally {
349 Reference.reachabilityFence(this);
350 }
351 }
352
353 /**
354 * Returns the boundary following the current boundary. If the current

Callers 1

nextMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nCurrentMethod · 0.95

Tested by

no test coverage detected