CanonicalDecomposition class final
The raw (non-recursive) canonical decomposition operation.
Callers should generally use DecomposingNormalizer unless they specifically need raw composition operations
See the Rust documentation for CanonicalDecomposition
for more information.
- Implemented types
Constructors
- CanonicalDecomposition(DataProvider provider)
-
Construct a new CanonicalDecomposition instance for NFC
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
-
decompose(
Rune c) → Decomposed - Performs non-recursive canonical decomposition (including for Hangul).
-
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