Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c63 enum { v_base = 0x1161}; enumerator
82 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()
106 if (in[1] < v_base || in[1] >= v_base + v_count) in hangul_composition()
108 v_index = in[1] - v_base; in hangul_composition()