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

Method current

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

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

Callers 1

nextMethod · 0.95

Calls 3

onNativeCallMethod · 0.95
_nCurrentMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected