Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize.c61 enum { v_base = 0x1161}; enumerator
80 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()
104 if (in[1] < v_base || in[1] >= v_base + v_count) in hangul_composition()
106 v_index = in[1] - v_base; in hangul_composition()