Searched refs:t_count (Results 1 – 1 of 1) sorted by relevance
64 enum { t_count = 28}; enumerator65 enum { n_count = v_count * t_count};80 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()81 t = t_base + s_index % t_count; in hangul_decomp()107 return (l_index * v_count + v_index) * t_count + s_base; in hangul_composition()112 if (s_index % t_count != 0) in hangul_composition()114 if (in[1] < t_base || in[1] >= t_base + t_count) in hangul_composition()