GraphemeClusterSegmenter class final

An ICU4X grapheme-cluster-break segmenter, capable of finding grapheme cluster breakpoints in strings.

See the Rust documentation for GraphemeClusterSegmenter for more information.

Implemented types

Constructors

GraphemeClusterSegmenter.new()
Construct an GraphemeClusterSegmenter using compiled data.
factory
GraphemeClusterSegmenter.withProvider(DataProvider provider)
Construct an GraphemeClusterSegmenter.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
segment(String input) GraphemeClusterBreakIteratorUtf16
Segments a string.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited