LocaleCanonicalizer class final

A locale canonicalizer.

See the Rust documentation for LocaleCanonicalizer for more information.

Implemented types

Constructors

LocaleCanonicalizer.new()
Create a new LocaleCanonicalizer using compiled data.
factory
LocaleCanonicalizer.extended()
Create a new LocaleCanonicalizer with extended data using compiled data.
factory
LocaleCanonicalizer.extendedWithProvider(DataProvider provider)
Create a new LocaleCanonicalizer with extended data.
factory
LocaleCanonicalizer.withProvider(DataProvider provider)
Create a new LocaleCanonicalizer.
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

canonicalize(Locale locale) TransformResult
See the Rust documentation for canonicalize for more information.
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