ComposingNormalizer class final
See the Rust documentation for ComposingNormalizer
for more information.
- Implemented types
Constructors
- ComposingNormalizer.nfc()
-
Construct a new ComposingNormalizer instance for NFC using compiled data.
factory
- ComposingNormalizer.nfcWithProvider(DataProvider provider)
-
Construct a new ComposingNormalizer instance for NFC using a particular data source.
factory
- ComposingNormalizer.nfkc()
-
Construct a new ComposingNormalizer instance for NFKC using compiled data.
factory
- ComposingNormalizer.nfkcWithProvider(DataProvider provider)
-
Construct a new ComposingNormalizer instance for NFKC 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