Home
last modified time | relevance | path

Searched refs:hangul_decomposition_length (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/unicode-normalization/src/
Dstream_safe.rs5 use crate::normalize::{hangul_decomposition_length, is_hangul_syllable};
84 decomposition_len: hangul_decomposition_length(c), in classify_nonstarters()
Dnormalize.rs157 pub(crate) fn hangul_decomposition_length(s: char) -> usize { in hangul_decomposition_length() function