Home
last modified time | relevance | path

Searched defs:Decomposition (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/unicode-normalization/src/
Dstream_safe.rs63 pub(crate) struct Decomposition { struct
70 pub(crate) fn classify_nonstarters(c: char) -> Decomposition { in classify_nonstarters()