Searched refs:s_index (Results 1 – 1 of 1) sorted by relevance
72 unsigned s_index; in hangul_decomp() local78 s_index = u - s_base; in hangul_decomp()79 l = l_base + s_index / n_count; in hangul_decomp()80 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()81 t = t_base + s_index % t_count; in hangul_decomp()109 unsigned s_index = in[0] - s_base; in hangul_composition() local112 if (s_index % t_count != 0) in hangul_composition()