Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dnormalize.rs128 const T_FIRST: u32 = T_BASE + 1; constant
183 (S_BASE...S_LAST, T_FIRST...T_LAST) if (a - S_BASE) % T_COUNT == 0 => { in compose_hangul()