Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dquick_check.rs91 quick_check(s, tables::qc_nfkd, false) in is_nfkd_quick()
Dtables.rs22586 pub fn qc_nfkd(c: char) -> IsNormalized { in qc_nfkd() function