Searched refs:S_COUNT (Results 1 – 3 of 3) sorted by relevance
40 S_COUNT = c_int(1) variable53 b["stats"][S_COUNT].value))
119 const S_COUNT: u32 = L_COUNT * N_COUNT; constant121 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()
64 S_COUNT = L_COUNT * V_COUNT * T_COUNT variable165 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: