Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dnormalize.rs112 const L_BASE: u32 = 0x1100; constant
122 const L_LAST: u32 = L_BASE + L_COUNT - 1;
144 emit_char(char::from_u32_unchecked(L_BASE + l_index)); in decompose_hangul()
175 (L_BASE...L_LAST, V_BASE...V_LAST) => { in compose_hangul()
176 let l_index = a - L_BASE; in compose_hangul()