DecomposingNormalizer class final
See the Rust documentation for DecomposingNormalizer
for more information.
- Implemented types
Constructors
- DecomposingNormalizer.nfd()
-
Construct a new DecomposingNormalizer instance for NFD using compiled data.
factory
- DecomposingNormalizer.nfdWithProvider(DataProvider provider)
-
Construct a new DecomposingNormalizer instance for NFD using a particular data source.
factory
- DecomposingNormalizer.nfkd()
-
Construct a new DecomposingNormalizer instance for NFKD using compiled data.
factory
- DecomposingNormalizer.nfkdWithProvider(DataProvider provider)
-
Construct a new DecomposingNormalizer instance for NFKD 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
-
isNormalized(
String s) → bool - Check if a string is normalized
-
isNormalizedUpTo(
String s) → int - Return the index a slice of potentially-invalid UTF-16 is normalized up to
-
normalize(
String s) → String - Normalize a string
-
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