Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dnormalize.rs123 const V_LAST: u32 = V_BASE + V_COUNT - 1; constant
175 (L_BASE...L_LAST, V_BASE...V_LAST) => { in compose_hangul()