CaseMapCloser class final

See the Rust documentation for CaseMapCloser for more information.

Implemented types

Constructors

CaseMapCloser.new()
Construct a new CaseMapCloser instance using compiled data.
factory
CaseMapCloser.withProvider(DataProvider provider)
Construct a new CaseMapCloser instance using a particular data source.
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

addCaseClosureTo(Rune c, CodePointSetBuilder builder) → void
Adds all simple case mappings and the full case folding for c to builder. Also adds special case closure mappings.
addStringCaseClosureTo(String s, CodePointSetBuilder builder) bool
Finds all characters and strings which may casemap to s as their full case folding string and adds them to the set.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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