Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dnormalize.rs115 const L_COUNT: u32 = 19; constant
119 const S_COUNT: u32 = L_COUNT * N_COUNT;
122 const L_LAST: u32 = L_BASE + L_COUNT - 1;
/external/rust/crates/unicode-normalization/scripts/
Dunicode.py63 S_BASE, L_COUNT, V_COUNT, T_COUNT = 0xAC00, 19, 21, 28 variable
64 S_COUNT = L_COUNT * V_COUNT * T_COUNT