Home
last modified time | relevance | path

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

/external/bcc/tools/
Dpidpersec.py40 S_COUNT = c_int(1) variable
53 b["stats"][S_COUNT].value))
/external/rust/crates/unicode-normalization/src/
Dnormalize.rs119 const S_COUNT: u32 = L_COUNT * N_COUNT; constant
121 const S_LAST: u32 = S_BASE + S_COUNT - 1;
131 (c as u32) >= S_BASE && (c as u32) < (S_BASE + S_COUNT) in is_hangul_syllable()
/external/rust/crates/unicode-normalization/scripts/
Dunicode.py64 S_COUNT = L_COUNT * V_COUNT * T_COUNT variable
165 assert not (S_BASE <= char_int < S_BASE + S_COUNT)
252 assert not (S_BASE <= char_int < S_BASE + S_COUNT)
281 if S_BASE <= char_int < S_BASE + S_COUNT: