next method

int next()

Finds the next breakpoint. Returns -1 if at the end of the string or if the index is out of range of a 32-bit signed integer.

See the Rust documentation for next for more information.

Implementation

int next() {
  final result = _icu4x_GraphemeClusterBreakIteratorUtf16_next_mv1(_ffi);
  return result;
}