Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize.c102 unsigned v_index; in hangul_composition() local
106 v_index = in[1] - v_base; in hangul_composition()
107 return (l_index * v_count + v_index) * t_count + s_base; in hangul_composition()