Searched refs:n_count (Results 1 – 1 of 1) sorted by relevance
67 enum { n_count = v_count * t_count}; enumerator81 l = l_base + s_index / n_count; in hangul_decomp()82 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()